如何将现有.net网站和sql server 2005数据库迁移到azure平台
你好, 我想将使用sql server 2005数据库的现有应用程序迁移到windows azure和sql azure。 我们可以访问 Azure 开发人员门户:Windows Azure、Microsoft SQL Azure 和 AppFabric 是否有任何文档可以帮助将现有 Web 应用程序迁移到 windows azure,以及将 sql server 2005 数据库迁移到 sql azure 并将它们集成。
问候, 普拉文
HI,
I want to migrate the existing application using sql server 2005 database to windows azure and sql azure.
We has access to the Azure developer portals: Windows Azure ,Microsoft SQL Azure and AppFabric
Is there any documentation to help the migration of existing web application to windows azure and migration of the sql server 2005 database to sql azure and integrating them.
Regards,
Pravin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的应用程序“只是”托管代码和 SQL 2005,那么迁移可能会非常简单。
SQL 中存在一些“问题”(SQL Azure 中缺少一些项目),但总体而言 80% 的迁移可能相当令人愉快:)
这些是有关从 Microsoft 迁移的大量信息 - 诸如 http://msdn.microsoft.com/en-us/magazine/ff872379.aspx
我建议您从一些“Hello World”实验开始,以熟悉这些工具,然后尝试跨平台移动部分内容。
If your app is "just" managed code and SQL 2005, then the migration can be quite straightforward.
There are a few "gotcha's" in SQL (a few missing items from SQL Azure) but overall 80% of the move can be quite pleasant :)
These's quite a lot of information available on migration from Microsoft - articles like http://msdn.microsoft.com/en-us/magazine/ff872379.aspx
I'd recommend you start with just a few "Hello World" experiments to get familiar with the tools, then try moving bits of your platform across.