We have the occasions when Windows Updates cause SQL servers to freeze-up and not reboot but hang at a blue screen (not a BSOD).
During this hang (or stall) the server can be reached with ICMP (so its not actually off the network) and the SQLSERVR.EXE process continues to run but we can't transact SQL calls.
So, my question is this, what can be monitored with APM to catch this condition?
I have a few ideas using WMI with Win32 SQL objects but I'd like to hear from others before I re-invent the wheel.
Thanks for any replies.