October 20, 2020 at 10:13 am
Hi,
We are planning to migrate our SQL server 2012 production database to Azure cloud.
The database size is 3 TB, to save downtime on go-live day we are planning to restore full DB backup and incremental DB backup in advance on Destination DB without opening DB in High availability. On go-live day only the latest transaction logs are applied and database is open on both primary and secondary nodes.
Note : We are using TDE.
It will be great if you please guide me urgently by providing document or links which will help me to open DB with minimum downtime.
Thanks & Regards,
Santosh.
October 20, 2020 at 2:42 pm
I'm probably missing some details, but if you have an availability group, make the on-prem the primary, and the Azure instances the secondary(s).
When the cutover needs to occur, fail it over to the Azure instance.
After everything checks out, remove the on-prem server from the availability group.
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
October 20, 2020 at 9:27 pm
If you are migrating to a new system - that is not part of a cluster.
This is not a detailed outline - but the idea is to reduce the amount of time it takes to get to a point where you can recover the database. It all depends on how long it takes to get the database backup file over to the new system and how long it takes to restore it. You may need to perform multiple differentials...and copy/restore those over to the new system.
No matter what...make sure you document the steps you are going to take and test the process as many times as you can fit into your timeline.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
October 21, 2020 at 8:30 am
Thank you for taking time and replying , i will check this option.
October 21, 2020 at 5:07 pm
Jeffrey:
I have to be honest, over the last 90 days I have received over 500 emails from you on these posts. How is this possible?
Steve Anderson
October 21, 2020 at 5:25 pm
No idea...messages are not coming from me, but from the topics you have subscribed. Some of the messages have many, many, many posts and if you are subscribed to one of those you would get multiple emails.
Either way - they are not coming from me...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply