Microsoft.SqlServer.Management.SqlParser
160.22510.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.SqlServer.Management.SqlParser --version 160.22510.0
NuGet\Install-Package Microsoft.SqlServer.Management.SqlParser -Version 160.22510.0
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="160.22510.0" />
<PackageVersion Include="Microsoft.SqlServer.Management.SqlParser" Version="160.22510.0" />
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" />
paket add Microsoft.SqlServer.Management.SqlParser --version 160.22510.0
#r "nuget: Microsoft.SqlServer.Management.SqlParser, 160.22510.0"
#:package Microsoft.SqlServer.Management.SqlParser@160.22510.0
#addin nuget:?package=Microsoft.SqlServer.Management.SqlParser&version=160.22510.0
#tool nuget:?package=Microsoft.SqlServer.Management.SqlParser&version=160.22510.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 (17)
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 (5)
Showing the top 5 popular GitHub repositories that depend on Microsoft.SqlServer.Management.SqlParser:
| Repository | Stars |
|---|---|
|
meziantou/Meziantou.Framework
|
|
|
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 |
|---|---|---|
| 180.4.0 | 32,431 | 6/13/2026 |
| 180.0.0 | 8,441 | 6/2/2026 |
| 173.8.0 | 141,976 | 12/19/2025 |
| 173.6.0 | 37,732 | 11/6/2025 |
| 172.27.0 | 40,829 | 10/7/2025 |
| 172.20.0 | 198,653 | 5/29/2025 |
| 172.18.0 | 208,029 | 2/21/2025 |
| 172.14.1 | 19,852 | 1/31/2025 |
| 172.1.1 | 96,750 | 11/19/2024 |
| 172.0.1 | 651,244 | 3/21/2024 |
| 171.24.0 | 145,077 | 10/9/2023 |
| 170.9.0 | 350,278 | 5/31/2023 |
| 170.7.0 | 177,362 | 3/21/2023 |
| 160.22524.0 | 281,752 | 1/5/2023 |
| 160.22523.0 | 8,459 | 5/31/2023 |
| 160.22519.0 | 186,289 | 10/24/2022 |
| 160.22516.0 | 21,432 | 10/14/2022 |
| 160.22510.0 | 4,955 | 8/11/2022 |
See https://docs.microsoft.com/sql/ssms/sql-server-management-studio-changelog-ssms for combined release notes of SMO and SSMS.