Hi all.
I have a question regarding TSQL code refactoring and formating.
Namely does your company have any procedures or tools that you use to format TSQL code.
I mean tools excluding SQL Prompt by RedGate or ApexSQL Refactor.
I was thinking about a tool that could be integrated into Continuous Integration process and for example automatically format and report any potential issues ( like not supplying schema_name before objects).
There are many tools for JAVA or C# but are there any for TSQL or maybe because of the closed nature of TSQL there is none ?
Thanks