A SQL Server .bacpac alternative using zip files, ADO.NET and SMO.
Info
| Version: | 1.0.1 |
| Author(s): | Adam O'Neil |
| Last Update: | Monday, May 4, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/adamosoftware/SqlServer.DataTransfer |
| NuGet Url: | https://www.nuget.org/packages/AO.SqlServer.DataTransfer |
Install
Install-Package AO.SqlServer.DataTransfer
dotnet add package AO.SqlServer.DataTransfer
paket add AO.SqlServer.DataTransfer
AO.SqlServer.DataTransfer Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.35)
- Microsoft.Data.SqlClient(>= 1.1.1)
- Microsoft.SqlServer.SqlManagementObjects(>= 160.2004021.0)
- Newtonsoft.Json(>= 12.0.3)