September 28, 2010 at 1:25 pm
When cluster failover happens, is there a way to get notified?
I'd like to be emailed when it failovers to B node from A node.
Thanks everyone.
September 28, 2010 at 3:13 pm
Anyone knows how this could be done?
Thanks.
September 28, 2010 at 5:32 pm
Set up a job to run. For the schedule, set it to be when SQL Server Agent starts. For the step, have it email you. I include ServerProperty('ComputerNetBiosName') (or something like that) that returns the physical node that the instance is now running on.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply