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.
It's the first time I'm testing this extension, and I don't find a option to format correctly protected words when they are used like a property in a table. For example
Table.Name, Table.Value , Table.Type => to be transformed in Table.[Name], Table.[Value] , Table.[Type]
.Date .Description .Location
It's the first time I'm testing this extension, and I don't find a option to format correctly protected words when they are used like a property in a table. For example Table.Name, Table.Value , Table.Type => to be transformed in Table.[Name], Table.[Value] , Table.[Type] .Date .Description .Location