Info
Version: | 150.5282.3 |
Author(s): | Microsoft |
Last Update: | Monday, October 4, 2021 |
.NET Fiddle: | Online Example |
Project Url: | https://go.microsoft.com/fwlink/?linkid=2031661 |
NuGet Url: | https://www.nuget.org/packages/Microsoft.SqlServer.DacFx.x64 |
Install
Install-Package Microsoft.SqlServer.DacFx.x64
dotnet add package Microsoft.SqlServer.DacFx.x64
paket add Microsoft.SqlServer.DacFx.x64
Microsoft.SqlServer.DacFx.x64 Download (Unzip the "nupkg" after downloading)
Dependencies
12 packages depend on this package.
Tags
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.