Link to home
Start Free TrialLog in
Avatar of mjs082969
mjs082969

asked on

SQL Server Service Failure Recovery

Is there any reason why one should not change the "Recovery" options for the SQL Server service?  It appears that the default action for all failures is "Take No Action".  Is there any reason why that after the first service failure the service cannot be restarted?

As I type this I wonder if not every failure is a catastrophic service ending failure.  If a minor error could trigger a restart, I could see why this should be avoided.

Thanks In Advance!

- Michael
Avatar of Aneesh
Aneesh
Flag of Canada image

what if the subsequent restarts fail .. in that case there will be an infinite fails and restarts making the server busy..
Avatar of mjs082969
mjs082969

ASKER

aneeshattinga,

The service properties allow you to select the action to take on the first, the second, and then any subsequent failures (see attached).  The subsequent failures is definately something to really think about before implementation, but trying to restart once or twice shouldnt have a negative impact on overall system performance... and may actually get the failed service restarted.

Thanks,

- Michael
recovery.JPG
ASKER CERTIFIED SOLUTION
Avatar of GuyHochman
GuyHochman
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial