简体   繁体   English

将用户配置文件SQL数据库导入Windows Azure

[英]import User Profile SQL Database to Windows Azure

Im a beginner that is thrying to setup my first website in Windows Azure. 我是一个初学者,很想在Windows Azure中设置我的第一个网站。 I have published it and made a Sql database inside Windows Azure. 我已经发布了它,并在Windows Azure中创建了一个Sql数据库。

In my local virtual machine I have SQL management studio that contain a User profile database. 在我的本地虚拟机中,我有包含用户配置文件数据库的SQL Management Studio。 Is there a way to export that one and import to Azure? 有没有办法导出该文件并将其导入到Azure?

You can deploy it directly from SSMS. 您可以直接从SSMS部署它。 Right click a database in the Object Explorer pane select Tasks - > Deploy database to Windows Azure SQL Database command: 右键单击“对象资源管理器”窗格中的数据库,选择“任务”->“将数据库部署到Windows Azure SQL数据库”命令:

在此处输入图片说明

In the Deployment Settings click the Connect button, and connect to your Azure Server: 在“部署设置”中,单击“连接”按钮,然后连接到您的Azure服务器:

在此处输入图片说明

Click Next: 点击下一步:

在此处输入图片说明

Review summary, and click Finish: 查看摘要,然后单击完成:

在此处输入图片说明

After successful deployment connect to your Azure Server in SSMS and you'll see your database: 成功部署后,在SSMS中连接到Azure服务器,您将看到数据库:

在此处输入图片说明

EDIT: 编辑:

If you encountered an error during the deployment check the list of limitations in Azure SQL Database: 如果在部署过程中遇到错误,请检查Azure SQL数据库中的限制列表:

Azure SQL Database General Guidelines and Limitations Azure SQL数据库一般准则和限制

Azure SQL Database Security Guidelines and Limitations Azure SQL数据库安全准则和限制

SQL Server Feature Limitations (Azure SQL Database) SQL Server功能限制(Azure SQL数据库)

Also, here is a blog post on how to use SQL Server Data tools to migrate a database to SQL Azure: Migrating a Database to SQL Azure using SSDT 另外,这是有关如何使用SQL Server数据工具将数据库迁移到SQL Azure的博客文章: 使用SSDT将数据库迁移到SQL Azure

Hope this helps 希望这可以帮助

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

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