Skip to main content
nugetsqltools avatar

nugetsqltools

NuGet publisher profile

Packages
68
Total Downloads
3.8B
3,822,212,036

Packages (68)

Microsoft.Data.SqlClient package icon

Microsoft.Data.SqlClient

The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.

1.6B
downloads
Microsoft.Data.SqlClient.SNI.runtime package icon

Microsoft.Data.SqlClient.SNI.runtime

Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.

1.2B
downloads
Microsoft.SqlServer.Server package icon

Microsoft.SqlServer.Server

This is a helper library for Microsoft.Data.SqlClient enabling cross framework support of UDT types. Available Types: Microsoft.SqlServer.Server.IBinarySerializer Microsoft.SqlServer.Server.InvalidUdtException Microsoft.SqlServer.Server.SqlFacetAttribute Microsoft.SqlServer.Server.SqlFunctionAttribute Microsoft.SqlServer.Server.SqlMethodAttribute Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute Microsoft.SqlServer.Server.DataAccessKind Microsoft.SqlServer.Server.SystemDataAccessKind Microsoft.SqlServer.Server.Format

646.9M
downloads
Microsoft.Data.SqlClient.SNI package icon

Microsoft.Data.SqlClient.SNI

Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.

74.4M
downloads
Microsoft.SqlServer.SqlManagementObjects package icon

Microsoft.SqlServer.SqlManagementObjects

The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database.

39.8M
downloads
Microsoft.Data.SqlClient.Internal.Logging package icon

Microsoft.Data.SqlClient.Internal.Logging

Microsoft.Data.SqlClient Internal Logging - ETW EventSource for SqlClient tracing and diagnostics. This package is for internal use by other Microsoft.Data.SqlClient packages only and should not be referenced directly by application code.

34.0M
downloads
Microsoft.Data.SqlClient.Extensions.Abstractions package icon

Microsoft.Data.SqlClient.Extensions.Abstractions

Microsoft.Data.SqlClient Extensions Abstractions

34.0M
downloads
Microsoft.SqlServer.TransactSql.ScriptDom package icon

Microsoft.SqlServer.TransactSql.ScriptDom

The Microsoft SQL ScriptDOM library provides parsing and analysis capabilities for management and development of TSQL Scripts.

29.4M
downloads
Microsoft.SqlServer.DacFx package icon

Microsoft.SqlServer.DacFx

The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a .NET library which provides application lifecycle services for database development and management for Microsoft SQL databases. DacFx supports various database deployment and management scenarios, including extracting / exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premises to Microsoft Azure. DacFx can target all supported versions of SQL Server, as well as Microsoft Azure SQL and SQL in Fabric. If you would like to use DacFx functionality from the command-line for creating and deploying .dacpac and .bacpac packages, please use the [SqlPackage](https://www.nuget.org/packages/Microsoft.SqlPackage) CLI as a dotnet tool or downloadable exe. Learn more about SqlPackage from http://aka.ms/sqlpackage.

23.7M
downloads
Microsoft.SqlServer.Assessment package icon

Microsoft.SqlServer.Assessment

The SQL Assessment API provides a mechanism to evaluate the configuration of the SQL server for best practices. The API is delivered with a ruleset containing best practice rules suggested by the SQL Server team.

22.4M
downloads
Microsoft.SqlServer.Assessment.Authoring package icon

Microsoft.SqlServer.Assessment.Authoring

The SQL Server Assessment API Authoring package provides a public interface that helps extend the default mechanisms for evaluation of the SQL Server configuration for best practices using the SQL Server Assessment API.

22.1M
downloads
Microsoft.SqlServer.Management.SqlParser package icon

Microsoft.SqlServer.Management.SqlParser

Microsoft.SqlServer.Management.SqlParser provides T-SQL parsing functionality.

10.2M
downloads
Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider package icon

Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider

Always Encrypted Azure Key Vault Provider for Microsoft.Data.SqlClient. This library enables .NET applications to use Microsoft Azure Key Vault with Always Encrypted in Microsoft Azure SQL Database and Microsoft SQL Server. The library includes the column master key store provider that allows client applications to access data when a column master key is stored in Microsoft Azure Key Vault. For more information on Always Encrypted, please refer to: https://aka.ms/AlwaysEncrypted. Use this library only with the Microsoft.Data.SqlClient (https://www.nuget.org/packages/Microsoft.Data.SqlClient) client driver.

8.9M
downloads
Microsoft.Build.Sql package icon

Microsoft.Build.Sql

This package contains the SDK for building SQL Database Projects (.sqlproj) in .NET.

8.4M
downloads
Microsoft.Data.SqlClient.Extensions.Azure package icon

Microsoft.Data.SqlClient.Extensions.Azure

Microsoft.Data.SqlClient Extensions Azure

7.9M
downloads
Microsoft.SqlPackage package icon

Microsoft.SqlPackage

SqlPackage is a command-line utility that automates database development tasks by exposing some of the public Data-Tier Application Framework (DacFx) APIs.

6.4M
downloads
Microsoft.SqlServer.DacFx.x64 package icon

Microsoft.SqlServer.DacFx.x64

The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a component which provides application lifecycle services for database development and management for Microsoft SQL Server and Microsoft Azure SQL Databases. DacFx supports various database deployment and management scenarios for SQL Server and Microsoft Azure SQL Databases including extracting/exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premise SQL Server to Microsoft Azure. This functionality is exposed via the DacFx API. DacFx can target SQL Server 2008, 2008R2, 2012, 2014, 2016, 2017 and Microsoft Azure SQL Databases. This nuget package is a lightweight version of DacFx. If you would like to use the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages, please download DacFramework.msi from Microsoft download page.

4.4M
downloads
Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider package icon

Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider

This library enables .NET Framework applications to use Microsoft Azure Key Vault with Always Encrypted in Microsoft Azure SQL Database and Microsoft SQL Server. The library includes the column master key store provider that allows client applications to access data when a column master key is stored in Microsoft Azure Key Vault. For more information on Always Encrypted, please refer to: https://aka.ms/AlwaysEncrypted. Use this library only with the legacy .NET Framework Data Provider for SQL Server within the System.Data.SqlClient namespace in .NET Framework. If you are using the Microsoft.Data.SqlClient (https://www.nuget.org/packages/Microsoft.Data.SqlClient) client driver, you need to use Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider (https://www.nuget.org/packages/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider) instead of this package.

2.1M
downloads
Microsoft.Data.Tools.Msbuild package icon

Microsoft.Data.Tools.Msbuild

This NuGet package contains all the required components to build and publish sqlproj project. This package allows to users to create local build agent without installing visual studio and enables continuous integration and continuous deployment scenarios. SSDT transforms database development by introducing a ubiquitous, declarative model that spans all the phases of database development inside Visual Studio. You can use SSDT Transact-SQL design capabilities to build, debug, maintain, and refactor databases. You can work with a database project, or directly with a connected database instance on or off-premise. SSDT team's blog - https://blogs.msdn.microsoft.com/ssdt/ SQL Server Data Tools page - https://docs.microsoft.com/sql/ssdt/sql-server-data-tools

1.8M
downloads
Microsoft.SqlServer.XEvent.XELite package icon

Microsoft.SqlServer.XEvent.XELite

XELite is cross platform library to read XEvents from XEL files or live SQL streams.

889.8K
downloads
Microsoft.SqlServer.Dacpacs.Azure.Master package icon

Microsoft.SqlServer.Dacpacs.Azure.Master

This package contains the master.dacpac for Azure SQL Database.

835.2K
downloads
Microsoft.SqlServer.Dacpacs.Master package icon

Microsoft.SqlServer.Dacpacs.Master

This package contains the master.dacpac for SQL Server 170.

812.0K
downloads
Microsoft.SqlServer.DacFx.x86 package icon

Microsoft.SqlServer.DacFx.x86

The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a component which provides application lifecycle services for database development and management for Microsoft SQL Server and Microsoft Azure SQL Databases. DacFx supports various database deployment and management scenarios for SQL Server and Microsoft Azure SQL Databases including extracting/exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premise SQL Server to Microsoft Azure. This functionality is exposed via the DacFx API. DacFx can target SQL Server 2008, 2008R2, 2012, 2014, 2016, 2017 and Microsoft Azure SQL Databases. This nuget package is a lightweight version of DacFx. If you would like to use the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages, please download DacFramework.msi from Microsoft download page.

736.6K
downloads
Microsoft.Data.Tools.UnitTest package icon

Microsoft.Data.Tools.UnitTest

Microsoft.Data.Tools.UnitTest.dll is a database unit test component in SQL Server Data Tools (SSDT). SSDT transforms database development by introducing a ubiquitous, declarative model that spans all the phases of database development inside Visual Studio. You can use SSDT Transact-SQL design capabilities to build, debug, maintain, and refactor databases. You can work with a database project, or directly with a connected database instance on or off-premise. You can use SQL Server unit tests to establish a baseline state for your database and then to verify any subsequent changes that you make to database objects. SSDT team's blog - https://blogs.msdn.microsoft.com/ssdt/ SQL Server Data Tools page - https://docs.microsoft.com/sql/ssdt/sql-server-data-tools More details about SQL Server unit Tests - https://docs.microsoft.com/sql/ssdt/verifying-database-code-by-using-sql-server-unit-tests

659.5K
downloads
Microsoft.Data.Encryption.Cryptography package icon

Microsoft.Data.Encryption.Cryptography

The Microsoft Data Encryption SDK provides encryption support to applications. It allows developers to implement column- or field-level encryption for data stored in various data stores, including Azure data services. Commonly Used Types: Microsoft.Data.Encryption.Cryptography.DataProtector Microsoft.Data.Encryption.Cryptography.DataEncryptionKey Microsoft.Data.Encryption.Cryptography.KeyEncryptionKey Microsoft.Data.Encryption.Cryptography.EncryptionSettings Microsoft.Data.Encryption.Cryptography.EncryptionKeyStoreProvider Microsoft.Data.Encryption.Cryptography.MicrosoftDataEncryptionException Microsoft.Data.Encryption.Cryptography.PlaintextDataEncryptionKey Microsoft.Data.Encryption.Cryptography.ProtectedDataEncryptionKey When using NuGet 3.x this package requires at least version 3.4.

241.8K
downloads
Microsoft.SqlServer.ConnectionInfo package icon

Microsoft.SqlServer.ConnectionInfo

The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database.

188.9K
downloads
Microsoft.SqlServer.Dacpacs.Msdb package icon

Microsoft.SqlServer.Dacpacs.Msdb

This package contains the msdb.dacpac for SQL Server 170.

172.6K
downloads
Microsoft.SqlServer.SqlManagementObjects.SSMS package icon

Microsoft.SqlServer.SqlManagementObjects.SSMS

The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database.

166.2K
downloads
Microsoft.SqlServer.Dacpacs.DbFabric package icon

Microsoft.SqlServer.Dacpacs.DbFabric

This package contains the system database objects for SQL database in Microsoft Fabric. https://aka.ms/sqlproj-package-ref

162.1K
downloads
Microsoft.SqlServer.Management.SmoMetadataProvider package icon

Microsoft.SqlServer.Management.SmoMetadataProvider

Supports language service implementations by providing SQL Server metadata for completing TSQL statements.

130.5K
downloads
Microsoft.Build.Sql.Templates package icon

Microsoft.Build.Sql.Templates

Templates for creating new Microsoft.Build.Sql projects.

78.1K
downloads
Microsoft.Data.Encryption.AzureKeyVaultProvider package icon

Microsoft.Data.Encryption.AzureKeyVaultProvider

The Microsoft Data Encryption SDK provides encryption support to applications. The Microsoft.Data.Encryption.AzureKeyVaultProvider enables .NET applications to use Microsoft Azure Key Vault to perform encryption/decryption. Commonly Used Types: Microsoft.Data.Encryption.AzureKeyVaultProvider.AzureKeyVaultKeyStoreProvider When using NuGet 3.x this package requires at least version 3.4.

77.0K
downloads
Microsoft.SqlServer.Dacpacs.Synapse.Master package icon

Microsoft.SqlServer.Dacpacs.Synapse.Master

This package contains the master.dacpac for SQL Azure Synapse Analytics.

64.2K
downloads
Microsoft.SqlServer.Dacpacs.FabricDw package icon

Microsoft.SqlServer.Dacpacs.FabricDw

This package contains the master.dacpac for Microsoft Fabric DW.

57.9K
downloads
Microsoft.SqlServer.Management.SqlParser.Loc package icon

Microsoft.SqlServer.Management.SqlParser.Loc

Microsoft.SqlServer.Management.SqlParser provides TSQL parsing functionality. This package provides localized resources for that DLL.

53.6K
downloads
Microsoft.SqlServer.SqlToolsServiceLayer.Tool package icon

Microsoft.SqlServer.SqlToolsServiceLayer.Tool

.NET client SQL Tools Service application, usable as a dotnet tool. This package is intended to be used by internal applications only and should not be referenced directly.

31.3K
downloads
Microsoft.SqlServer.SqlManagementObjects.Loc package icon

Microsoft.SqlServer.SqlManagementObjects.Loc

The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database.

25.6K
downloads
Microsoft.Data.Tools.StringResourceTool package icon

Microsoft.Data.Tools.StringResourceTool

String Resource Tool creates C# wrapper classes for managed string resources. The app developer creates a .strings file to declare the list of strings. Each line includes the name of the string and its list of parameters. For example: ConnectionFailure(server) = Failed to connect to server {0}. The above line creates the following entry in the wrapper class: [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class StringConnectionInfo { public static string ConnectionFailure(string server) { return Keys.GetString(Keys.ConnectionFailure, server); } } The package includes a targets file for incorporating srgen into an msbuild-based development project and a sample strings file.

22.5K
downloads
Microsoft.SqlServer.Dacpacs.SynapseServerless.Master package icon

Microsoft.SqlServer.Dacpacs.SynapseServerless.Master

This package contains the master.dacpac for SQL Azure Synapse Serverless.

19.0K
downloads
Microsoft.SqlServer.DacFx.Projects package icon

Microsoft.SqlServer.DacFx.Projects

The Microsoft DacFx SQL Projects Library provides an interface for programmatically creating and editing .sqlproj files and their contents. It can be used to add, update, exclude, and delete items contained in a SQL Project, such as SQL object scripts, pre- and post-deployment scripts, publish profiles, SQLCMD variables, and database references, as well as to edit the property metadata of the project itself.

15.4K
downloads
Microsoft.Data.SqlClient.Extensions.Logging package icon

Microsoft.Data.SqlClient.Extensions.Logging

Microsoft.Data.SqlClient Extensions Logging - ETW EventSource for SqlClient tracing and diagnostics.

14.0K
downloads
Microsoft.Data.Tools.TdsLib package icon

Microsoft.Data.Tools.TdsLib

Open implementation of the TDS protocol (version 7.4) in managed C# code.

13.7K
downloads
Microsoft.SqlServer.Management.AlwaysEncrypted.EnclaveProviders package icon

Microsoft.SqlServer.Management.AlwaysEncrypted.EnclaveProviders

This library contains enclave providers for .NET Framework applications using Always Encrypted with secure enclaves. An enclave provider implements the client-side logic for the attestation protocol and for establishing a secure channel with a secure enclave inside SQL Server. For details on Always Encrypted with secure enclaves, see https://aka.ms/AlwaysEncryptedwithSecureEnclaves.

12.0K
downloads
Microsoft.SqlServer.Management.Assessment package icon

Microsoft.SqlServer.Management.Assessment

Implements SQL Management Object-based wrappers for the Microsoft.SqlServer.Assessment APIs

11.6K
downloads
Microsoft.SqlServer.SqlManagementObjects.SSMS.Loc package icon

Microsoft.SqlServer.SqlManagementObjects.SSMS.Loc

The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database.

11.0K
downloads
Microsoft.SqlServer.Management.SqlParser.Native package icon

Microsoft.SqlServer.Management.SqlParser.Native

Microsoft.SqlServer.Management.SqlParser provides T-SQL parsing functionality.

8.2K
downloads
runtime.win-x64.native.Microsoft.SqlToolsService package icon

runtime.win-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the win-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

7.4K
downloads
runtime.osx-x64.native.Microsoft.SqlToolsService package icon

runtime.osx-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the osx-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

6.8K
downloads
Microsoft.SqlToolsService package icon

Microsoft.SqlToolsService

Root package for .NET client SQL Tools Service application. This package is intended to be used by internal applications only and should not be referenced directly.

6.1K
downloads
Microsoft.SqlServer.KustoServiceLayer.Tool package icon

Microsoft.SqlServer.KustoServiceLayer.Tool

.NET client Kusto Service application, usable as a dotnet tool. This package is intended to be used by internal applications only and should not be referenced directly.

5.7K
downloads
Microsoft.SqlPackage.Core package icon

Microsoft.SqlPackage.Core

Core library for using SqlPackage functionality programmatically.

4.9K
downloads
runtime.rhel.7.2-x64.native.Microsoft.SqlToolsService package icon

runtime.rhel.7.2-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the rhel.7.2-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

4.6K
downloads
runtime.opensuse.13.2-x64.native.Microsoft.SqlToolsService package icon

runtime.opensuse.13.2-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the opensuse.13.2-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

4.6K
downloads
runtime.ubuntu.16.04-x64.native.Microsoft.SqlToolsService package icon

runtime.ubuntu.16.04-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the ubuntu.16.04-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

4.6K
downloads
runtime.linux-x64.native.Microsoft.SqlToolsService package icon

runtime.linux-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the linux-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

4.5K
downloads
runtime.ubuntu.14.04-x64.native.Microsoft.SqlToolsService package icon

runtime.ubuntu.14.04-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the ubuntu.14.04-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

4.5K
downloads
runtime.debian.8-x64.native.Microsoft.SqlToolsService package icon

runtime.debian.8-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the debian.8-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

4.5K
downloads
Microsoft.Data.Encryption.FileEncryption package icon

Microsoft.Data.Encryption.FileEncryption

The Microsoft Data Encryption SDK provides encryption support to applications. The Microsoft.Data.Encryption.FileEncryption package provides parquet file encryption support. Commonly Used Types: Microsoft.Data.Encryption.FileEncryption.IColumn Microsoft.Data.Encryption.FileEncryption.IColumnarDataReader Microsoft.Data.Encryption.FileEncryption.IColumnarDataWriter Microsoft.Data.Encryption.FileEncryption.Column Microsoft.Data.Encryption.FileEncryption.ColumnarCryptographer Microsoft.Data.Encryption.FileEncryption.CryptoMetadata Microsoft.Data.Encryption.FileEncryption.ParquetFileReader Microsoft.Data.Encryption.FileEncryption.ParquetFileWriter Microsoft.Data.Encryption.FileEncryption.FileEncryptionSettings When using NuGet 3.x this package requires at least version 3.4.

3.4K
downloads
Microsoft.SqlServer.Management.SmoMetadataProvider.SSMS package icon

Microsoft.SqlServer.Management.SmoMetadataProvider.SSMS

Supports language service implementations by providing SQL Server metadata for completing TSQL statements.

3.0K
downloads
Microsoft.SqlServer.Assessment.DataSources package icon

Microsoft.SqlServer.Assessment.DataSources

The SQL Assessment API provides a mechanism to evaluate whether the configuration of your SQL Server conforms to the best practices. The package contains auxiliary classes that can be used as alternative data sources for the API. These data sources provide Azure instance metadata and data from the WMI and Windows registry.

3.0K
downloads
runtime.win10-arm64.native.Microsoft.SqlToolsService package icon

runtime.win10-arm64.native.Microsoft.SqlToolsService

SQL Tools Service runtime components for win10-arm64

2.8K
downloads
runtime.win10-arm.native.Microsoft.SqlToolsService package icon

runtime.win10-arm.native.Microsoft.SqlToolsService

SQL Tools Service runtime components for win10-arm

2.8K
downloads
runtime.win-x86.native.Microsoft.SqlToolsService package icon

runtime.win-x86.native.Microsoft.SqlToolsService

SQL Tools Service runtime components for win-x86

2.8K
downloads
runtime.rhel-x64.native.Microsoft.SqlToolsService package icon

runtime.rhel-x64.native.Microsoft.SqlToolsService

SQL Tools Service runtime components for rhel-x64

2.8K
downloads
Microsoft.DacpacVerify package icon

Microsoft.DacpacVerify

DacpacVerify is a command-line utility that verifies dacpacs built with Microsoft.Build.Sql are the same as from old-style projects.

2.1K
downloads
runtime.centos.7-x64.native.Microsoft.SqlToolsService package icon

runtime.centos.7-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the centos.7-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

1.4K
downloads
runtime.fedora.23-x64.native.Microsoft.SqlToolsService package icon

runtime.fedora.23-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the fedora.23-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

1.3K
downloads
runtime.osx.10.11-x64.native.Microsoft.SqlToolsService package icon

runtime.osx.10.11-x64.native.Microsoft.SqlToolsService

SQL Tools Service application for the osx.10.11-x64 runtime. This package is intended to be used by internal applications only and should not be referenced directly.

575
downloads