Groups | Blog | Home
all groups > sql server clustering > april 2006 >

sql server clustering : Mirroring



Russ Kaufmann [MVP]
4/27/2006 9:27:51 AM
[quoted text, click to view]

You can set alerts on the messages in the event log. Talk to your monitoring
application vendor for more info.

--
Russ Kaufmann
MVP - Windows Server - Clustering
ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp

Per Schjetne
4/27/2006 9:45:24 AM
Is there a way to detect if the principal or mirror is running the database?
I want build my own altert system, sending an SMS whenever a automatic
failover/failback happens.

Per Schjetne

Remus Rusanu [MSFT]
4/27/2006 11:43:26 AM
select * from sys.database_mirroring

--
This posting is provided "AS IS" with no warranties, and confers no rights.

HTH,
~ Remus Rusanu

SQL Service Broker
http://msdn2.microsoft.com/en-us/library/ms166043(en-US,SQL.90).aspx


[quoted text, click to view]

Michael Hotek
4/27/2006 10:17:42 PM
The sys.dm_database_mirroring view will give you the state information that
you
need to monitor. You will need to access this on both partners.

--
Mike
http://www.solidqualitylearning.com
Disclaimer: This communication is an original work and represents my sole
views on the subject. It does not represent the views of any other person
or entity either by inference or direct reference.


[quoted text, click to view]


AddThis Social Bookmark Button