TaoK / PoorMansTSqlFormatter

A small free .Net and JS library (with demo UI, command-line bulk formatter, SSMS/VS add-in, notepad++ plugin, winmerge plugin, and demo webpage) for reformatting and coloring T-SQL code to the user's preferences.
http://www.architectshack.com/PoorMansTSqlFormatter.ashx
GNU Affero General Public License v3.0
946 stars 266 forks source link

Add support/highlighting for SQL Server 2012-17 T-SQL enhancements #43

Open TaoK opened 12 years ago

TaoK commented 12 years ago
TaoK commented 6 years ago

@alexandermou also mentions, in duplicate issue #115, "iif() grouping() rollup etc"

TaoK commented 6 years ago

@albyrock87 linked, in Issue #179, to official T-SQL language docs!!

https://docs.microsoft.com/en-us/sql/t-sql/language-reference https://docs.microsoft.com/en-us/sql/t-sql/queries/queries https://docs.microsoft.com/en-us/sql/t-sql/statements/statements

Vortexel commented 5 years ago

Also CREATE OR ALTER syntax for SQL Server.