My 2 cents. I ALWAYS stop SQL myself prior to a reboot after having a
DB come up suspect on me once.
Look for any running jobs. If they are critical, wait till it is
finished, otherwise kill all active jobs in SQL Agent before stopping
SQL Agent.
The I stop the SQL Server Servce. This will stop any new transactions
from processing, and allow any that are in flux to complete and flush
to disk. This will save time on a restart as it won't need to replay
the transaction log when it brings the databases up.
Good luck!
David Hay
>> Stay informed about: Is it really needed to STOP SQL Service before reboot the ..