简体   繁体   English

将数据库部署到Azure VM-但不在传统VM上

[英]Deploy Database to Azure VM - but not on a Classic VM

When using a VM(classic) , i am able to Deploy my SQL Server DB to Azure VM, by simply clicking onto it from the Tasks list: 使用VM(经典)时,只需在“任务”列表中单击即可将SQL Server DB部署到Azure VM:

将数据库部署到Azure VM(经典)

I then simply choose the resource Group and then the VM name: 然后,我只需选择资源组,然后选择虚拟机名称:

在此处输入图片说明

But now, i created a new VM (not a CLASSIC one), and it doesnt show in the list because the new VMs do not belong to a Resource group 但是现在,我创建了一个新的VM(不是CLASSIC),并且它没有显示在列表中,因为新的VM不属于资源组。

So, how can i manage to Deploy my DB to Azure VM (possibly without extracting the dacpac): 因此,如何管理将数据库部署到Azure VM(可能不提取dacpac):

在此处输入图片说明

Migrate a SQL Server database to SQL Server in an Azure VM lists all the methods to do the job. 将SQL Server数据库迁移到Azure VM中的SQL Server列出了完成该工作的所有方法。 You can use Backup to file and copy to VM and restore when you cannot use the Deploy a SQL Server Database to a Microsoft Azure VM wizard shown in your posts. 当您无法使用帖子中显示的“将SQL Server数据库部署到Microsoft Azure VM”向导时,可以使用“ 备份”将文件归档并复制到VM,然后进行还原

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM