-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Export SQL database to a local file #29716
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botSQLaz sqlaz sqlService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botSQLaz sqlaz sqlService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Related command
az sql db export
Is your feature request related to a problem? Please describe.
Need an ability to export database into a local
bacpacfile.Describe the solution you'd like
An option to use the
az sql db exportcommand with local file support. For instance:Describe alternatives you've considered
Current alternative solution is to use the
SqlPackagetool. For instance: