SQL code analysis in VS Code: Configure rules without editing your project file
SQL code analysis has been part of the SSDT workflow for a long time. Before deploying a schema change, you could run a set of static analysis rules against your project to catch potential issues, things like missing primary keys, deprecated syntax, or objects that could break under certain compatibility levels. It was one of […]
The post SQL code analysis in VS Code: Configure rules without editing your project file appeared first on Azure SQL Dev Corner.
Published on:
Learn more