Blog of Petar Vucetin, containing my thoughts, comments and questions. RSS Feed TwitterDiigoFacebookFriendfeed


Tip: SQL Azure Northwind script

I have finally got the SQL Azure invite. I think the big plus from its predecessor is that you can now use of SQL Management Studio to send queries to the Cloud SQL. Naturally i have tried to run the Northwind create script but it failed on few things.

Looks like image and ntext are not supported just yet. Also, any sys(…) tables are also not supported as well as any file group references. Another discovery is that inserting data into tables with no clustered keys was not supported.

I have cleaned up a script a bit and you can find it here.

Petar.

 
Posted by Petar Vucetin

blog comments powered by Disqus