Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 SQLServer Express 2012 possible deactivation by IT

Author  Topic 

GLandry803
Starting Member

1 Post

Posted - 2014-05-12 : 14:11:31
I am supporting an application that uses MS SQLServer Express 2012 as its RDBMS. The SQLServer instance at one customer installation shuts down over night and cannot be restarted. The most likely suspect at this point is deactiviation by IT policy. IT has not been very forthcoming with information, and I am wondering if there is any tell-tale indication within the SQLServer Express installation that it has been deactivated by IT policy.

Thank you!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-05-12 : 14:39:35
Check the SQL Server Error Log as well as the Application Log (Event Viewer). If the SQL Server service is not in a started state, you can view the Error Log via the file system.

...\MSSQL10.SQLEXPRESS\MSSQL\Log

ERRORLOG without the extension is the current file. Then the numbered extensions are the historical files.

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -