How dbForge SQL Complete is involved in the DevOps process
The dbForge SQL Complete tool has a lot of advanced features, to name a few, a powerful IntelliSense-style SQL completion, code refactoring, code formatting, and some other smart productivity functionality, including finding invalid objects, that is designed to assist in developing code in SQL Server Management Studio and Visual Studio. In the automated CI process, SQL Complete serves as an auxiliary tool that helps format the database creation scripts or the database update scripts before they get into a NuGet package.
When database development is in the hot phase, developers often tend to forget about formatting a script before sending the UPDATE scripts to source control (Git) or use different formatting tools with inconsistent settings. As a result, the script formatting in NuGet looks like a mess that has nothing in common with the corporate code formatting standards.