How do i run aspnet_regsql on sql azure? [duplicate]
This question already has answers here : Migrating ASP.NET Membership Database to SQL Azure (3 answers) Possible Duplicate: Migrating ASP.NET Membership Database to SQL Azure How do I run aspnet_regsql on sql azure database? I made it work the hard way, by exporting all db objects over. However, I seriously believe that there's an easier way. Please help. AvkashChauhan When you run aspnet_regsql on sql azure database, the error occurs only because SQL Azure does not support the USE statement to switch database contexts when it executes commands against SQL Azure databases. To work around this,