February 2, 2021 at 3:18 pm
I need to configure alerts on SQL cluster as whenever server goes down the SQL service will failover to another node which is not the preferred node
Like as
SQL service is not in preferred node
How can we configure this ?
February 3, 2021 at 10:45 am
Do you document "preferred node" in SQLServer ?
If yes, you could have a startup stored procedure checking that value to the current value and raise an alert or send an email if needed.
If you are referring to "preferred node" as documented in the cluster, maybe that is something you should actually have checked at cluster level ( so not in SQLServer ) using e.g. a scheduled task running a powershell script that checks this.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply