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.
- Host: GitHub
- URL: https://github.com/dnagdimunov/ssdtcodeanalysis
- Owner: dnagdimunov
- Created: 2024-08-13T03:34:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-11T18:04:18.000Z (over 1 year ago)
- Last Synced: 2025-03-12T02:38:30.067Z (10 months ago)
- Topics: codeanalysis, databaseproject, schema, sqlserver, ssdt
- Language: C#
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)