April 25, 2022 at 4:30 pm
Hi,
I've never needed to worry about this before, but an incoming application writes data to the master database during its installation. So although after install of said application we can make its databases HA in an AG, the replica(s) won't have that vital data in their master databases so the application will fail when the user databases are failed over to any of the replicas.
It's not as easy as installing the application twice (or n number of times for each replica), nor during upgrades which are going to be quarterly.
What would the best approach here? FCI are a non-starter because this is a multi-site HADR requirement and shared storage won't be replicated.
Some additional context... the MS SQL Server user databases are populated via ETL from the production DBs (not MS SQL Server); this particular function is for reporting (SSRS)
Thanks
April 25, 2022 at 5:16 pm
I've had to do this in the past for an app. Here's what I did:
This worked well for me, separating out the data from master into a user db and then having a process to get it back into master as appropriate (update, DDL, etc.)
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply