Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
Cloud Computing
»
General Cloud Computing Questions
»
Migrating from SQL Azure to Amazon EC2/RDS
Migrating from SQL Azure to Amazon EC2/RDS
Rate Topic
Display Mode
Topic Options
Author
Message
AspNyc
AspNyc
Posted Monday, March 11, 2013 7:09 PM
Forum Newbie
Group: General Forum Members
Last Login: Yesterday @ 8:41 PM
Points: 1,
Visits: 47
My employer began using SQL Azure several months ago, but during the past 2-3 months the quality of service has markedly decreased. To date we've experienced at least one system-wide outage (defeats the purpose of a cloud solution to begin with); we've also been struggling for weeks with how to handle with Azure's aggressive connection management behavior. Plus, there's the Azure-enforced T-SQL limitations to deal with: no more SELECT... INTO in stored procedures, unable to change column data types of columns in an existing clustered index without recreating an entire table, etc etc. And while we're not ready to jump ship just yet, I have been asked to investigate alternatives.
An Amazon cloud solution -- some combination of EC2/RDS/EBS/S3 for for web hosting, OLTP and backups -- seems like a pretty good place to start, especially since they offer a free 30-day trial. I've seen plenty of suggestions for migrating from SQL Server to Azure, but not so much on migrating away from SQL Azure and into Amazon RDS. Does anyone have ideas or suggestions on where to look?
Post #1429557
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Tuesday, March 12, 2013 9:13 AM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 11:02 AM
Points: 31,410,
Visits: 13,725
Something to think about. The development paradigm in Windows Azure can be different from AWS. In AWS you are essentially renting a VM with SQL Server on it for the database side. All the normal stuff you do from SSMS locally works with AWS, except a few instance level items since you don't have complete control of the instance level stuff. You also don't have Windows Auth working.
The SQL Database in Azure has a different paradigm and may have more/less SQL Server features at any point in time. At some point I think it will be always ahead of the boxed product in all areas, but not right now.
Therefore, if you are using SQL Database and looking to move, you should consider code changes involved.
In moving the data, I suspect SSIS would be one way to do this. I think you can get a bacpac of your schema/data as well, but I'm not sure if that's better or worse. In terms of backups from Azure:
http://msdn.microsoft.com/en-us/library/windowsazure/hh335292.aspx
Import side:
http://msdn.microsoft.com/en-us/library/hh710052.aspx
My company (Red Gate), makes some tools that might help as well:
http://cloudservices.red-gate.com/
. Our SQL Compare and Data Compare tools could also work with limited data sets.
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #1429888
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.