By Josef Finsel on 11/10/2009 5:00 AM
So, you've got an Azure SQL Database and have been doing some work in it/on it and then find out it is a CTP and you need to move the data and schema to another database.
Which isn't bad but there aren't any good tools for scripting an Azure SQL database, mostly because Azure SQL doesn't support using the DMO, which is what most people use.
So, I wrote my own.
It's not perfect, it's missing a few things (doesn't handle triggers, for instance) but it should be good enough to get you started.
It's simple enough. Download and... Read More »