Does the Poor Man's T-SQL formatting add-in for Management Studio 2012 work in Management Studio 2016?

守給你的承諾、 提交于 2019-12-06 07:25:39

问题


Basically the same question as this but now for SSMS 2016.

I've installed SSMS 2016 RC3 (alongside SSMS2012 & SSMS2014). I also installed Poor Man's formatter and copied the 11.0 folder as 12.0 and 13.0. When launching SSMS2014 I have the Tools > Format T-SQL Code menu-option. Which I don't have in SSMS106. Am I overlooking something?


回答1:


Since RC2, they've moved to using Visual Studio 2015 shell for it. Plugin authors will need to update their plugins to support the newer APIs. - https://dba.stackexchange.com/a/134208

Also, take a look at ApexSQL Refactor. It's free and supports code-formatting as well. At this time of writing, it currently doesn't work with SSMS2016 RC2 and above though. It also now supports SSMS 2016.




回答2:


This support was finally added today. Download the new SSMS Extension at http://architectshack.com/PoorMansTSqlFormatter.ashx



来源:https://stackoverflow.com/questions/36881346/does-the-poor-mans-t-sql-formatting-add-in-for-management-studio-2012-work-in-m

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!