Is it possible to attach a MDF file to an Azure SQL database?

坚强是说给别人听的谎言 提交于 2019-12-21 01:59:34

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!