SQL Server to Azure Migration stops on Error Deploy72002


i attempting migrate sql server db azure , have come across few errors 1 have been unable solve. can lend hand.

i using "deploy database sql azure" in ssms.  working fine, db created, tables created , data being migrated until gets table , stops error states:

error deploy72002: bacpac table header not match. '[dbo].[usertitle]' not match '[dbo].[usertitle/adminaccess]'

thanks in advance assistance!

hi voyagr12,

according description, want migrate on premise sql server database azure sql database. make test using deploy database sql azure wizard, works expected , migrate database successfully. please make sure have performed  the following steps.

1. create sql database server  with login , password in windows azure management portal.
2. open sql server management studio (ssms) , connect on premise server. right click database want move, click tasks, deploy database sql azure.
3. click next @ introduction window until @ deployment settings screen. on deployment settings screen click connect connect sql azure server created in step 1.
4. make sure adjust maximum database size desired amount , click next.
5. view summary page , click finish.

please note each table being exported has have clustered index , cannot contain extended properties, more details, please review blog.

besides, recommend use other methods move on premise database azure sql database, such using export/import data-tier application, generate , publish scripts wizard , on, check if successful. more options described in article: migrating databases azure sql database.

sql azure issues, can post question in azure sql database forum @ https://social.msdn.microsoft.com/forums/azure/en-us/home?forum=ssdsgetstarted. appropriate , more experts assist you.


thanks,
lydia zhang


lydia zhang
technet community support




SQL Server  >  SQL Server Migration



Comments

Post a Comment

Popular posts from this blog

SQL Server PSProvider SQL Server Authentication

How to calculate the delta size while diffing the files in TeamFoundationServer ?

How to capture screen in silverlight apps