What s the best way to move a normal SQL server database to SQL Azure? Is it right that you can t restore from a backup file? The only way I ve found so far is to script the database (and its data) and run those scripts on the SQL Azure database but this is slow when you have lots of data.
This is a pretty vague question but I m struggling a bit to get my head around what is involved in cloud hosting. Say for instance if I had an asp.net web app using: - Webforms - linq to sql - an ...