An open API service indexing awesome lists of open source software.

https://github.com/dnagdimunov/ssdtcodeanalysis

Sample code to perform custom sql server database project analysis.
https://github.com/dnagdimunov/ssdtcodeanalysis

codeanalysis databaseproject schema sqlserver ssdt

Last synced: 6 months ago
JSON representation

Sample code to perform custom sql server database project analysis.

Awesome Lists containing this project

README

          

Sample project for SSDT Code analysis to ensure that database schema follows specific guidelines, naming conventions and best practices.
For generic SQL Analysis rules use [SQL Server Rules](https://github.com/tcartwright/SqlServer.Rules/blob/master/docs/table_of_contents.md) by [Tim Cartwright](https://github.com/tcartwright)