August 9, 2011 at 2:16 am
for patching we have to occasionally reboot servers. To shutdown sql server I can simply stop the sql service before shutdown.
Although this has not caused problems, I would like to know if there is a better solution, or perhaps a recommended db/instance shutdown process.
( i have googled but found nothing concrete, i.e in a technet/msdn article)
August 9, 2011 at 3:13 am
SQL config manager (or services manager, or cluster admin) stop service.
Or you can just reboot, that will stop the service during the shutdown
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 9, 2011 at 3:16 am
August 9, 2011 at 3:29 am
No. Both stop the service.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply