RE: can spotlight or sql diagnostic manager detect fail over? -
01-29-2009
, 10:26 AM
A SQL Server job can sense failover, in a way. Actually, it can sense when
the SQL Server Agent starts up. And in failover, the agent starts on the
secondary node. See this article for details, including how to make SQL
Server notify you via e-mail when agent starts up. I used the info in the
article on a SQL 2008 cluster and it works.
http://www.mssqltips.com/tip.asp?tip=1663 |