Restart Instance
-
Saturday, July 21, 2012 3:18 AM
Hi All,
If we restart SQL server instance what happens on the background and which phases are involving?
Raveendra
- Changed Type BalmukundMicrosoft Employee, Moderator Monday, July 23, 2012 10:24 AM not a discussion type post
All Replies
-
Saturday, July 21, 2012 5:06 AM
Hello Ravi,
Kindly have a look at below post for these details.
http://sqlconcept.com/2011/05/25/what-happens-when-a-sql-server-instance-is-restarted/
If you looks into error log, you can find some other information..
- Chintak (My Blog)
- Proposed As Answer by Shulei ChenModerator Wednesday, July 25, 2012 8:04 AM
- Marked As Answer by amber zhangModerator Monday, July 30, 2012 5:51 AM
-
Monday, July 23, 2012 10:36 AM
on the SQL Services are restared below actions are performed
tempdb is recreated as it is a globally shared database
sql server listening port is verified
database check db is done
to know more run xp_readerrorlog in you ssms are read the errorlog
Ramesh Babu Vavilla MCTS,MSBI
A check db isn't run on SQL Server restart. That message in the error log only tells you when it was last run. Chintak's link seems pretty comprehensive to me
Thanks, Andrew -
Tuesday, July 24, 2012 8:52 AM
on the SQL Services are restared below actions are performed
tempdb is recreated as it is a globally shared database
sql server listening port is verified
database check db is done
to know more run xp_readerrorlog in you ssms are read the errorlog
Ramesh Babu Vavilla MCTS,MSBI
A check db isn't run on SQL Server restart. That message in the error log only tells you when it was last run. Chintak's link seems pretty comprehensive to me
Thanks, Andrew
thanks Andrew verified and agreed with you deleted my asnwer tooRamesh Babu Vavilla MCTS,MSBI

