Comments on: March Madness – SQL Azure – sys.dm_database_copies https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_database_copies/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Sun, 29 Oct 2017 13:57:24 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: ThomasLaRock https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_database_copies/#comment-6910 Fri, 20 Apr 2012 18:02:00 +0000 http://thomaslarock.com/?p=8210#comment-6910 In reply to Kevin Kline.

Hi Kevin!

The command will only create a copy to another SQL Azure instance. And it is the option that I believe would work for 80% of all scenarios.

I can’t comment in the tradeoff on costs, as that is tied to the quantity of data being moved and stored. Also, I can’t really say if you should pipe your data to an on-premise instance, because that is the type of HA/DR discussion that need to happen for each shop.

Personally, my OCD kicks in and I want to keep everything as close to me as possible, just in case. 

HTH

]]>
By: Kevin Kline https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_database_copies/#comment-6909 Thu, 19 Apr 2012 18:02:00 +0000 http://thomaslarock.com/?p=8210#comment-6909 Great info, Tom. Just a question to clarify, are you saying we should copy the SQLAzure database to another SQLAzure instance?  Or are you saying we should do if from SQLAzure to an on-premises SQL Server?

Do you have any idea what the trade-off in costs are between the different techniques you posed?

Many thanks,

-Kev

]]>
By: March Madness - SQL Azure - sys.dm_db_partition_stats - Index Cost | SQLRockstar | Thomas LaRock https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_database_copies/#comment-6832 Sun, 25 Mar 2012 18:25:41 +0000 http://thomaslarock.com/?p=8210#comment-6832 […] Tomorrow we will look at one way to make copies of your data in SQL Azure. __spr_config = { pid: '4ef2348c396cef53f800004f', title: 'March Madness – SQL Azure – sys.dm_db_partition_stats – Index Cost', ckw: 'Microsoft SQL Server,SQL,SQL Azure', chan: '', icon: "http://thomaslarock.com/wp-content/uploads/2012/03/money-fist-150×120.jpg", no_slide: '', slide_logo: false, pub: '2012-03-22 14:52:17', url: 'http%3A%2F%2Fthomaslarock.com%2F2012%2F03%2Fmarch-madness-sql-azure-sys-dm_db_partition_stats-index-cost%2F', header: 'RECOMMENDED FOR YOU' }; var content = document.getElementById('simplereach-slide-tag').parentNode, loc; if (content.className){ loc = '.' + content.className; } if (content.id){ loc = '#' + content.id; } __spr_config.loc = loc || content; (function(){ var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/slide.js'; __spr_config.css = 'http://thomaslarock.com/?srslide_css=1' var tg = document.getElementsByTagName('head')[0]; if (!tg) {tg = document.getElementsByTagName('body')[0];} if (tg) {tg.appendChild(s);} })(); Share this:ShareFacebookRedditStumbleUponDiggEmail […]

]]>
By: March Madness - SQL Azure - sys.dm_db_objects_impacted_on_version_change | SQLRockstar | Thomas LaRock https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_database_copies/#comment-6821 Sat, 24 Mar 2012 17:06:31 +0000 http://thomaslarock.com/?p=8210#comment-6821 […] – sys.dm_db_objects_impacted_on_version_change Yesterday we looked at how you can easily make a copy of a database in SQL Azure. You could even consider that copy to be a backup of your database. I know many DBAs that are […]

]]>