Pretty Printer for T-SQL?

后端 未结 9 2054
野趣味
野趣味 2021-02-04 06:56

I\'m looking for a good T-SQL Pretty Printer so that all the code looks consistent between developers in our project. Preferably a free/open source one, but paid for isn\'t out

9条回答
  •  星月不相逢
    2021-02-04 07:26

    I have used SQLInform before for formatting code from different developers in a similar way. Works well. They now have a Notepad++ Plugin as well.

提交回复
热议问题