SQL Server – Reasons to Stop the SQL Server

shutdownsql serversql-server-2008-r2

All I've read about is how potentially damaging it is to stop SQL Server because it creates a cold cache and sucks up memory. So why would someone want to stop the SQL Server? If you can provide any links to articles so that I can read more into this I would really appreciate it!

This question was posed by my teacher. Unless it's some trick question, it has me absolutely stumped. His exact question was:

Conduct research using the Internet and learn why someone would want to stop the SQL Server. Explain your answer.

This was in the context of us exploring how to use SQL Server 2008 R2. I'm not sure if he is asking for the obvious answer, or if there is something I'm missing.

Best Answer

Brent listed some invalid reasons for stopping the service, but there are valid reasons too:

  • Restart required by a service pack or other update
  • Certain configuration changes (e.g. service account change, hardware changes, instant file initialization, this list could go on for weeks)
  • In a cluster, a restart to force a failover or applying a rolling patch
  • Windows patching