---
title: "Updated: T-SQL Analyzer live analysis now in SSMS and Visual Studio"
url: https://daily.dev/posts/updated-t-sql-analyzer-live-analysis-now-in-ssms-and-visual-studio-wmm37dku6
source_url: https://erikej.github.io/sql/dacfx/visualstudio/ssms/2026/06/21/analysis-ssms-visualstudio.html
type: article
source: "We Are .NET"
published: 2026-06-21T17:30:29.839Z
updated: 2026-06-21T17:30:52.732Z
tags: ["devtools", "visual-studio"]
reading_time: 4
upvotes: 4
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Updated: T-SQL Analyzer live analysis now in SSMS and Visual Studio

**[We Are .NET](https://daily.dev/sources/wearedotnet)** · 4 min read · 4 upvotes · 1 comments

## Summary

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.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://erikej.github.io/sql/dacfx/visualstudio/ssms/2026/06/21/analysis-ssms-visualstudio.html>

## Community discussion

Top comments from developers on daily.dev.

**@ajaychoudhary80** · 0 upvotes

> Support for all SQL scripts makes this much more practical for everyday database work.

## Similar posts on daily.dev

- [Launch: T-SQL Analyzer live analysis now in VS Code](https://daily.dev/posts/launch-t-sql-analyzer-live-analysis-now-in-vs-code-98pspivuj) · We Are .NET · 1 upvotes · 0 comments
- [SQL code analysis in VS Code: Configure rules without editing your project file](https://daily.dev/posts/sql-code-analysis-in-vs-code-configure-rules-without-editing-your-project-file-yrj9d2yp0) · DevBlogs · 0 upvotes · 0 comments
- [New Visual Rule Manager: Configure SQL Code Analysis Without Editing XML](https://daily.dev/posts/new-visual-rule-manager-configure-sql-code-analysis-without-editing-xml-scsoekjj8) · We Are .NET · 1 upvotes · 0 comments
- [A better way to work with SQL Server](https://daily.dev/posts/a-better-way-to-work-with-sql-server-thprghiwd) · InfoWorld · 3 upvotes · 0 comments

---

Tags: [#devtools](https://daily.dev/tags/devtools), [#visual-studio](https://daily.dev/tags/visual-studio)

[View this post on daily.dev](https://daily.dev/posts/updated-t-sql-analyzer-live-analysis-now-in-ssms-and-visual-studio-wmm37dku6)
