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
- Host: GitHub
- URL: https://github.com/aimenux/sqldatabaseexportingdemo
- Owner: aimenux
- Created: 2021-03-01T22:58:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T22:43:01.000Z (over 5 years ago)
- Last Synced: 2025-11-22T01:03:18.394Z (7 months ago)
- Topics: bacpac, console-app, dacfx, net50, sqlpackage, vs19
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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