Paul
Paul

Reputation: 3142

SQL Server - Fails to import Data-Tier Application from SQL Azure

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?

Upvotes: 3

Views: 965

Answers (1)

Xavier John
Xavier John

Reputation: 9477

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

Upvotes: 0

Related Questions