Microsoft.SqlServer.Management.SqlParser
160.22519.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.SqlServer.Management.SqlParser --version 160.22519.0
NuGet\Install-Package Microsoft.SqlServer.Management.SqlParser -Version 160.22519.0
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="160.22519.0" />
<PackageVersion Include="Microsoft.SqlServer.Management.SqlParser" Version="160.22519.0" />
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" />
paket add Microsoft.SqlServer.Management.SqlParser --version 160.22519.0
#r "nuget: Microsoft.SqlServer.Management.SqlParser, 160.22519.0"
#:package Microsoft.SqlServer.Management.SqlParser@160.22519.0
#addin nuget:?package=Microsoft.SqlServer.Management.SqlParser&version=160.22519.0
#tool nuget:?package=Microsoft.SqlServer.Management.SqlParser&version=160.22519.0
Microsoft.SqlServer.Management.SqlParser provides TSQL parsing functionality.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- System.CodeDom (>= 4.7.0)
-
.NETFramework 4.6.2
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (18)
Showing the top 5 NuGet packages that depend on Microsoft.SqlServer.Management.SqlParser:
| Package | Downloads |
|---|---|
|
Catalyst.DataProcessing.Engine.SqlServer
Package for developing DOS engine plugins based on the SQL Server system support |
|
|
DbMocker
This .NET library simplifies data mocking for UnitTests, to avoid a connection to a relational database. DbMocker use the standard Microsoft .NET DbConnection object. So, you can mock any toolkit, including EntityFramework, Dapper or ADO.NET; And for all database servers (SQL Server, Oracle, SQLite). ```csharp var conn = new MockDbConnection(); conn.Mocks .When(cmd => cmd.CommandText.Contains("SELECT COUNT(*) FROM EMP")) .ReturnsScalar(14); ``` |
|
|
SQLHelper.DB
SQLHelper is a simple class to help with databases. |
|
|
Qsi.SqlServer
Query Structure Interface of SqlServer |
|
|
Microsoft.SqlServer.Management.SmoMetadataProvider
Supports language service implementations by providing SQL Server metadata for completing TSQL statements. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Microsoft.SqlServer.Management.SqlParser:
| Repository | Stars |
|---|---|
|
microsoft/sqltoolsservice
SQL Tools API service that provides SQL Server data management capabilities.
|
|
|
trimble-oss/dba-dash
DBA Dash - SQL Server Monitoring Tool
|
|
|
dotnet/docs-desktop
This repository contains .NET documentation related to Windows Forms (winforms) and Windows Presentation Foundation (WPF).
|
|
|
microsoft/sqlmanagementobjects
Sql Management Objects, an API for scripting and managing SQL Server and Azure SQL Database
|
| Version | Downloads | Last Updated |
|---|---|---|
| 173.8.0 | 21,715 | 12/19/2025 |
| 173.6.0 | 22,825 | 11/6/2025 |
| 172.27.0 | 30,275 | 10/7/2025 |
| 172.20.0 | 127,414 | 5/29/2025 |
| 172.18.0 | 157,347 | 2/21/2025 |
| 172.14.1 | 18,971 | 1/31/2025 |
| 172.1.1 | 77,077 | 11/19/2024 |
| 172.0.1 | 515,836 | 3/21/2024 |
| 171.24.0 | 141,825 | 10/9/2023 |
| 170.9.0 | 304,307 | 5/31/2023 |
| 170.7.0 | 166,470 | 3/21/2023 |
| 160.22524.0 | 240,817 | 1/5/2023 |
| 160.22523.0 | 7,371 | 5/31/2023 |
| 160.22519.0 | 170,156 | 10/24/2022 |
| 160.22516.0 | 20,940 | 10/14/2022 |
| 160.22515.0 | 109,497 | 8/11/2022 |
| 160.22510.0 | 4,527 | 8/11/2022 |
| 160.22506.0 | 190,748 | 5/25/2022 |
See https://docs.microsoft.com/sql/ssms/sql-server-management-studio-changelog-ssms for combined release notes of SMO and SSMS.