June 23, 2015 at 7:03 am
Hi there,
The database server is rebooting at various times automatically after a windows update. Our admin people are telling me this is ok and that sql is doing a clean shut down. We used to have a maintenance window were all the servers where restarted monthly but that seemed to have changed. I can't see this as being a good idea, is this ok?
Thank you!
-Karen
June 23, 2015 at 7:15 am
I wouldn't say it is a good thing. SQL Server is probably doing a clean shut down, but if the reboot is happening when users are trying to work they are probably getting errors they don't expect. Also, if your apps aren't written to handle disconnection gracefully who knows what the applications are doing when the reboots occur. I know I have a third-party application I support that has services that connect to the database and they do not handle a disconnection gracefully and processes that are supposed to run automatically don't if we don't shut down the service before SQL Server is shut down.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
June 23, 2015 at 8:30 am
If Windows sends a shutdown, SQL will usually perform a clean one. I haven't seen issues with Windows patches causing issues, but if you're worried, check the error logs and verify a shutdown.
Definitely agree with Jack that you need to understand how clients handle this. Most are fine, but users sometimes get upset.
June 23, 2015 at 1:59 pm
Hi there,
The database server is rebooting at various times automatically after a windows update. Our admin people are telling me this is ok and that sql is doing a clean shut down. We used to have a maintenance window were all the servers where restarted monthly but that seemed to have changed. I can't see this as being a good idea, is this ok?
Seeing as the sysadmins are so nonchalantly saying this is okay it sounds to me less that the server is rebooting randomly and more like someone is applying patches outside of scheduled maintenance windows and telling Windows to restart when patching is finished.
Joie Andrew
"Since 1982"
June 23, 2015 at 7:04 pm
karend211 34657 (6/23/2015)
Hi there,The database server is rebooting at various times automatically after a windows update. Our admin people are telling me this is ok and that sql is doing a clean shut down. We used to have a maintenance window were all the servers where restarted monthly but that seemed to have changed. I can't see this as being a good idea, is this ok?
Thank you!
-Karen
I don't see it as being a good idea if the windows updates aren't announced well ahead of time or don't occur during (as you said) a maintenance window. I have to tell you that if the "admin people" were to bounce a server in an unannounced fashion in the middle of some critical development or a batch job, I would introduce them to a new and hotter version of hell.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2015 at 12:48 pm
I'm torn here. Windows people need to ensure things are protected, and I'd appreciate them letting me know if things get booted, but if it doesn't affect me or the business, I don't complain too much. I might let them know there's a chance the db might get affected, and if so, they'd be responsible. CC a manager, and you might get more timely notifications.
Or at least it's off your plate to worry about.
June 24, 2015 at 1:33 pm
Steve Jones - SSC Editor (6/24/2015)
Or at least it's off your plate to worry about.
Heh... I'm a DBA... it doesn't matter what anyone else does, it's part of my job to protect both the data and the server even if people don't think so. 😉
While I do absolutely accidents do happen, if someone just flat-out violates the trust that I normally take great strides to establish in a bi-directional fashion in any company that I work for, a serious amount of time is spent in the proverbial woodshed introducing said person or persons to the physics involved in high velocity pork chops. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2015 at 1:29 pm
We have a formal change control process where ANYTHING that changes including windows patches or restarts HAVE to be approved by the application owner and a DBA if it is SQL Server.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply