I've been using the SQL Azure Migration Wizard for a long time now, been working great. But today all of a sudden, it stopped working right.
I can connect fine to the server, but when I try to choose the Database, I get this exception (screenshot attached):
TITLE: Microsoft.SqlServer.Management.Sdk.Sfc
Failed to retrieve data for this request.
For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&LinkId=20476
ADDITIONAL INFORMATION:
Operation not supported on version 11.0 SqlAzureDatabase. (Microsoft.SqlServer.SqlEnum)
For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&LinkId=20476
Is this perhaps related to the fact that I changed the collation of the database? (it's not default Latin anymore). Though the last migration with that collation worked fine.
I tried both 2008 and 2012 versions (3.8.9 and 4.0.2). Same error.
Please help!