简体   繁体   中英

Internal error import BACPAC file to windows azure sql database

I am using MSSQL2014 version CTP2. Running my databases through Windows Azure SQL Database management.

I've created a BACPAC file via MSSQL of my local database and want to import it to Windows Azure.

  1. I create the BACPAC file and upload it to my BLOBSTORAGE container.
  2. In Windows Azure click SQL DATABASES
  3. Bottom left click New
  4. Click IMPORT
  5. Choose my BACPAC URL which is the file contained in my BLOBSTORAGE
  6. Name the DB and choose the server
  7. Click the tick

I then get this error:

Error encountered during the service operation. Could not import package. Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql120DatabaseSchemaProvider is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database platform service. Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql120DatabaseSchemaProvider is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database platform service.

SQL DB导入错误

I can create a new database via Windows Azure which is fine but I'm trying to get my DB up because it has all my data in it.

What am I doing wrong?

我认为问题在于,我需要将与本地安装中设置的数据库所有者相同的数据库所有者分配给本地计算机上的数据库。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM