I would like to generate script of SQL Azure database after connecting to sql server R2 but it gives me error when i will do that.
> TITLE: Microsoft SQL Server Management Studio
Script failed for Server 'myserver'. (Microsoft.SqlServer.Smo)
------------------------------ ADDITIONAL INFORMATION:
Attempt to retrieve data for object failed for Server 'myserver'. (Microsoft.SqlServer.Smo)
Index was outside the bounds of the array. (Microsoft.SqlServer.Smo)
I am generating script as usual as we do with sql server database.
Is there any special ways to generate scripts? My goal is to take backup of SQL Azure database to Sql server database. Please any one can help me to sort out this issue?
Thanks Arun.