3
votes

I'm attempting to import a database to my local SQL Server 2012 instance from SQL Azure using the "Import Data-Tier Application" wizard.

I simply exported the database to blob storage, then downloaded the file and then selected to import the database.

This fails each time with the error message below:

enter image description here

The error is occurring because it seems to want to create a DEFAULT constraint twice. Has anyone else had this issue?

1
I have similar error but for SQL Server 2014. But I can import the same database from 4 days old export. I don't know solution unfortunately.Andrii Shvydkyi

1 Answers

0
votes

I got the same error and solved it by installing the preview version of SQL 2016 SQL Management Studio.