0

I'm using below command to take azure sql databse backup, but getting error.

*** Error exporting database:Database source is not a supported version of SQL Server...tcp:xxxxx.database.windows.net,1433

"C:\Program Files (x86)\Microsoft SQL Server\110\DAC\bin\SqlPackage.exe" /Action:Export /SourceServerName:"tcp:xxxxx.database.windows.net,1433" /SourceDatabaseName:DbName /SourceUser:user /SourcePassword:password /TargetFile:C:\backups\backup.bacpac

What this mean? even export data tier application also throws same error.

1 Answer 1

1

Please download the latest version of SQL Server Management Studio (SSMS). It seems you are using an old version of SSMS.

Alternatively, you can install a newer version of DacFx. Please download from here.

You can also use the Export option of Azure portal. To export to a blob storage account on Azure and then download the bacpac from there.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.