August 18, 2021 at 1:51 pm
Hello All,
Currently we are planning to migrate from two production Azure SQL Server VM's to Azure SQL Managed Instance and I was doing some reading on SQL Managed instance Business Critical tier and I had few questions which I would like to ask the experts here. As always appreciate all the inputs.
Thank you,
August 18, 2021 at 2:18 pm
Hi MillionQueries,
I'll have a go at answering:
1. Business Critical tier in Managed Instance comes with multiple secondaries, one of which is readable at a time (via ApplicationIntent=READONLY in the connect string). You don't need to do anything, it is set up behind the scenes for you and you can't really see the configuration either. General Purpose also has built-in HA but is not readable.
2. You don't need to do anything if the primary server goes down, a secondary will take over. You might have to reconnect though. It's fairly quick as the secondaries are already in place and ready.
3. The Business Critical tier gives resilience in one region in Azure so if that goes down you won't have access. You can set up a failover group to another region to protect against this and it will also provide read-only data in another region.
4. We've set up a failover group to another region for safety although hope never to use it!
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply