问题
I have just created an Azure Website and Linked SQL Database.
I have a SQL Server 2008 SP2 database on my local machine. Is it possible to detach the local .mdf
file, FTP it to Azure and then attach it as a SQL database in Azure? The only other way is to export the scheme and load this, followed by the data.
In the absence of detaching and attaching DBs, I have come across "SQLAzureMW" which looks very useful in guiding me through this process.
Thank you in advance.
回答1:
You can deploy an database from Management studio to Azure.

来源:https://stackoverflow.com/questions/20814658/is-it-possible-to-attach-a-mdf-file-to-an-azure-sql-database