Posts by this author

Mar 23, 2026
Post comments count0
Post likes count0

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 those SSDT features th...

VS CodeAzure SQLSQL database in Fabric
Mar 23, 2026
Post comments count0
Post likes count0

Manage SQL database schemas in VS Code: Publish dialog and item templates

Making schema changes often means jumping between tools. You write code in VS Code, then switch to a separate tool to deploy your changes : exporting a script, running it manually, or copy-pasting into a query editor. Either way, it pulls you out of your flow. With the latest updates to SQL Database Projects in VS Code, that context switching is n...

Azure SQLVS CodeSQL Server 2025