SQL Enlight

SQL Enlight is a static code analysis and refactoring tool for Microsoft SQL Server. It can integrate with Visual Studio and SQL Server Management Studio as an add-on. The tool also includes command line version and MSBuild tasks for supporting automated analysis, and continuous integration.
Features
* Reformat T-SQL code using a set of customizable layout templates.
* Analyze SQL Server databases or potential code and schema defects.
* Support for designing and implementing custom analysis rules.
* Statement history that provides access to recently executed T-SQL scripts.
* Encapsulate T-SQL script as stored procedure or function.
* Script Summary for identifying components of long SQL scripts.
* Syntax validate T-SQL script and highlight the errors in the code editor.
* Over 70 analysis rules checking for common design and performance issues, and best practice violations.
 
< Prev   Next >