Info
Version: | 162.5.13-preview |
Author(s): | Microsoft |
Last Update: | Friday, October 4, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/microsoft/DacFx |
NuGet Url: | https://www.nuget.org/packages/Microsoft.SqlServer.DACFx |
Install
Install-Package Microsoft.SqlServer.DACFx
dotnet add package Microsoft.SqlServer.DACFx
paket add Microsoft.SqlServer.DACFx
Microsoft.SqlServer.DACFx Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.ComponentModel.Composition(>= 4.5.0)
- Microsoft.Data.SqlClient(>= 2.0.0)
- System.IO.FileSystem(>= 4.3.0)
- System.IO.FileSystem.Primitives(>= 4.3.0)
- System.IO.Packaging(>= 4.7.0)
- System.Net.Primitives(>= 4.3.0)
- System.Security.Cryptography.Algorithms(>= 4.3.1)
- System.Security.Permissions(>= 4.7.0)
- System.Security.Principal(>= 4.3.0)
- System.Text.Encoding.Extensions(>= 4.3.0)
- System.Threading.ThreadPool(>= 4.3.0)
- Microsoft.Build(>= 15.9.20)
- Microsoft.Build.Framework(>= 15.9.20)
- System.Resources.Extensions(>= 4.7.1)
No dependencies.
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-premises to Microsoft Azure.
This functionality is exposed via the DacFx API. DacFx can target SQL Server 2008 and newer, as well as Microsoft Azure SQL.
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 SqlPackage.exe for Windows, macOS, or Linux from http://aka.ms/sqlpackage.