Does the Poor Mans T-SQL formatting add-in for Management Studio 2012 work in Management Studio 2014?

前端 未结 4 1204
孤街浪徒
孤街浪徒 2020-12-23 01:46

Does the Poor Mans T-SQL formatting add-in for Management Studio 2012 work in Management Studio 2014?

In SSMS 2012, if I go to tools, it showed up in the list. In SS

相关标签:
4条回答
  • 2020-12-23 02:23

    Create the folder

    %SystemDrive%\ProgramData\Microsoft\SQL Server Management Studio\12.0\Addins\
    

    if it does not exist. Then just copy the file from:

    %SystemDrive%\ProgramData\Microsoft\SQL Server Management Studio\11.0\Addins\PoorMansTSqlFormatterSSMSAddIn.AddIn
    

    to

    %SystemDrive%\ProgramData\Microsoft\SQL Server Management Studio\12.0\Addins\PoorMansTSqlFormatterSSMSAddIn.AddIn
    
    0 讨论(0)
  • 2020-12-23 02:24

    With the permission of the PoorMans Formatter developer we have integrated it in our add-in "SSMSBoost". Recent version of SSMSBoost supports SSMS 2014, so you can use it to use Poor Man's formatter features. We have already developerd our own formatting engine, but have left "Poor Man's formatter" for backward compatibility, for those users, used to it. You will find it in formatter-styles drop-down as "Old fashioned formatting style".

    0 讨论(0)
  • 2020-12-23 02:32

    UPDATE: more than three years later, this support has finally been added.

    Download page is still http://architectshack.com/PoorMansTSqlFormatter.ashx for now.

    0 讨论(0)
  • 2020-12-23 02:44

    No, it has not been updated yet.

    As of 2014-04-25 the most recent built is from 2013-10-23, version 1.5.3.

    http://architectshack.com/PoorMansTSqlFormatter.ashx#Latest_Changes_6

    Edit:

    Since I hadn't installed the plug-in on my new machine with 2014 I went a head and tried. It does not work on my fresh install, but does still on the side-by-side 2012.

    0 讨论(0)
提交回复
热议问题