In an MSSQL Enterprise cluster where can I find a log of past fail over events (when they happened and which instances were re-assigned?)

link|improve this question

feedback

2 Answers

The following image might help you:

Windows Failover Cluster Event Log

I expect exporting this Event Log from each cluster member and then combining the exported values (Perhaps using Excel) will show you what you want to know.

link|improve this answer
feedback

Powershell's Get-EventLog to the rescue....

Cluster failovers write to the event logs of the servers. You can use Powershell to query the event logs for the specific events you want to retrieve.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.