![]() |
VOOZH | about |
dotnet add package Microsoft.SqlServer.Management.SqlParser --version 180.4.0
NuGet\Install-Package Microsoft.SqlServer.Management.SqlParser -Version 180.4.0
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="180.4.0" />
<PackageVersion Include="Microsoft.SqlServer.Management.SqlParser" Version="180.4.0" />Directory.Packages.props
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" />Project file
paket add Microsoft.SqlServer.Management.SqlParser --version 180.4.0
#r "nuget: Microsoft.SqlServer.Management.SqlParser, 180.4.0"
#:package Microsoft.SqlServer.Management.SqlParser@180.4.0
#addin nuget:?package=Microsoft.SqlServer.Management.SqlParser&version=180.4.0Install as a Cake Addin
#tool nuget:?package=Microsoft.SqlServer.Management.SqlParser&version=180.4.0Install as a Cake Tool
This assembly provides basic syntax parsing and binding for the TSQL language for many versions and editions of Microsoft SQL Server and Azure SQL Database.
Localized resource DLLs are provided in a companion package
For basic syntax parsing of a TSQL fragment, use
public static Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult Parse (string sql, Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions options, out Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions resultOptions);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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. |
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 | 1,055 | 6/13/2026 |
| 180.0.0 | 4,091 | 6/2/2026 |
| 173.8.0 | 116,722 | 12/19/2025 |
| 173.6.0 | 33,653 | 11/6/2025 |
| 172.27.0 | 36,827 | 10/7/2025 |
| 172.20.0 | 175,316 | 5/29/2025 |
| 172.18.0 | 192,558 | 2/21/2025 |
| 172.14.1 | 19,636 | 1/31/2025 |
| 172.1.1 | 90,531 | 11/19/2024 |
| 172.0.1 | 607,706 | 3/21/2024 |
| 171.24.0 | 144,006 | 10/9/2023 |
| 170.9.0 | 331,243 | 5/31/2023 |
| 170.7.0 | 174,180 | 3/21/2023 |
| 160.22524.0 | 273,826 | 1/5/2023 |
| 160.22523.0 | 8,073 | 5/31/2023 |
| 160.22519.0 | 181,426 | 10/24/2022 |
| 160.22516.0 | 21,265 | 10/14/2022 |
| 160.22510.0 | 4,855 | 8/11/2022 |
See CHANGELOG.md file in the package