Skip to main content
nugetsqltools avatar

nugetsqltools

NuGet publisher profile

Packages
68
Total Downloads
3.5B
3,478,780,238

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.5B
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.1B
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

578.0M
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.

70.1M
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.

37.7M
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.

25.8M
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.0M
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.

21.9M
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.

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

Microsoft.Data.SqlClient.Extensions.Abstractions

Microsoft.Data.SqlClient Extensions Abstractions

16.4M
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.

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

Microsoft.SqlServer.Management.SqlParser

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

9.8M
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.2M
downloads
Microsoft.Build.Sql package icon

Microsoft.Build.Sql

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

7.1M
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.

5.5M
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.Data.SqlClient.Extensions.Azure package icon

Microsoft.Data.SqlClient.Extensions.Azure

Microsoft.Data.SqlClient Extensions Azure

3.6M
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.0M
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.

848.3K
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.

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

Microsoft.SqlServer.Dacpacs.Azure.Master

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

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

Microsoft.SqlServer.Dacpacs.Master

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

652.3K
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

650.4K
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.

226.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.

184.1K
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.

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

Microsoft.SqlServer.Dacpacs.Msdb

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

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

Microsoft.SqlServer.Management.SmoMetadataProvider

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

121.1K
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

112.2K
downloads

38 more packages load after hydration.