Reputation: 3142
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:
The error is occurring because it seems to want to create a DEFAULT constraint twice. Has anyone else had this issue?
Upvotes: 3
Views: 965
Reputation: 9477
I got the same error and solved it by installing the preview version of SQL 2016 SQL Management Studio.
Upvotes: 0