An open API service indexing awesome lists of open source software.

https://github.com/aimenux/sqldatabaseexportingdemo

Using various ways in order to export sql database to bacpac file
https://github.com/aimenux/sqldatabaseexportingdemo

bacpac console-app dacfx net50 sqlpackage vs19

Last synced: 4 days ago
JSON representation

Using various ways in order to export sql database to bacpac file

Awesome Lists containing this project

README

          

![.NET 5](https://github.com/aimenux/SqlDatabaseExportingDemo/workflows/.NET%205/badge.svg)

# SqlDatabaseExportingDemo
```
Using various ways in order to export sql database to bacpac file
```

> In this repo, i m using multiple ways in order to [export sql database to bacpac file](https://docs.microsoft.com/en-us/azure/azure-sql/database/database-export).
>
>> :pushpin: Using [SqlPackage](https://docs.microsoft.com/en-us/sql/tools/sqlpackage/sqlpackage) tooling
>>
>> :pushpin: Using [DacFx](https://www.nuget.org/packages/Microsoft.SqlServer.DACFx) tooling
>>
>> :pushpin: Using [AzureManagementSdk](https://github.com/Azure/azure-libraries-for-net) tooling
>

**`Tools`** : vs19, net 5.0