July 13, 2014 at 12:24 am
Hi experts,
what are the commonly used system tables for mirroring
July 13, 2014 at 9:27 am
Err, don't understand the question
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 13, 2014 at 5:02 pm
prem.balu (7/13/2014)
Hi experts,what are the commonly used system tables for mirroring
Hi,
If you're looking for the tables that hold information about the status of mirroring, there are few in the MSDB database. I don't have access to instance with mirroring set up so I cannot check what they are. If I remember correctly they're undocumented and created only when you set up the mirroring, so look at the creation dates of your tables in the MSDB.
July 15, 2014 at 3:47 pm
I'm generally a system table king of guy, but for mirroring all I have ever used were sys.databases and sys.database_mirroring. For SQL 2012 AlwaysOn it's a completely different story.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply