The T-SQL Analyzer extension has been significantly updated with two major additions: live SQL analysis is now available in SQL Server Management Studio 22 (not just Visual Studio), and analysis now covers any SQL script rather than only CREATE statements. New Tools/Options settings let users configure the SQL engine version, enable/disable analysis, and set rule exceptions without editing project files. SQL database project configurations (MSBuild.Sdk.SqlProj, Microsoft.Build.Sql, .sqlproj) are still respected and take precedence over global settings. The SSMS extension is available via the SSMS VSIX Gallery and requires .NET 10 SDK.
13.7K Impressions1 Comment