Microsoft.SqlServer.Management.SqlParser
160.21292.55
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.SqlServer.Management.SqlParser --version 160.21292.55
NuGet\Install-Package Microsoft.SqlServer.Management.SqlParser -Version 160.21292.55
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="160.21292.55" />
paket add Microsoft.SqlServer.Management.SqlParser --version 160.21292.55
#r "nuget: Microsoft.SqlServer.Management.SqlParser, 160.21292.55"
// Install Microsoft.SqlServer.Management.SqlParser as a Cake Addin #addin nuget:?package=Microsoft.SqlServer.Management.SqlParser&version=160.21292.55 // Install Microsoft.SqlServer.Management.SqlParser as a Cake Tool #tool nuget:?package=Microsoft.SqlServer.Management.SqlParser&version=160.21292.55
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. |
.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 (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 |
---|---|---|
172.0.1 | 131,252 | 3/21/2024 |
171.24.0 | 91,406 | 10/9/2023 |
170.9.0 | 193,759 | 5/31/2023 |
170.7.0 | 130,697 | 3/21/2023 |
160.22524.0 | 195,357 | 1/5/2023 |
160.22523.0 | 2,536 | 5/31/2023 |
160.22519.0 | 131,304 | 10/24/2022 |
160.22516.0 | 20,488 | 10/14/2022 |
160.22515.0 | 92,534 | 8/11/2022 |
160.22510.0 | 3,845 | 8/11/2022 |
160.22506.0 | 148,455 | 5/25/2022 |
160.22504.0 | 109,322 | 2/14/2022 |
160.21323.56 | 3,429 | 3/10/2022 |
160.21292.55 | 152,990 | 10/26/2021 |
160.21267.51 | 43,609 | 10/6/2021 |
160.21099.39 | 799,784 | 4/22/2021 |
160.20216.14 | 3,016,126 | 8/3/2020 |
150.37051.0 | 1,504,561 | 3/10/2020 |
150.35031.0 | 58,006 | 1/8/2020 |
See https://docs.microsoft.com/sql/ssms/sql-server-management-studio-changelog-ssms for combined release notes of SMO and SSMS.