Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

Possible Duplicate:
windows could not start sql server ( error 1067 the process terminated unexpectedly)

When i start sql server 2008 in my computer this error occurs,

Windows could not start sql server (MSSqlServer) service on local computer error 1067 the process terminated unexpectedly.

share|improve this question
2  
Check the eventviewer logs and you will probably find reason there. type eventvwr.msc in cmd prompt to get there. – Sachin Shanbhag Feb 7 '11 at 6:28
Could not register Service Control Handler. Operating system error = 1222(failed to retrieve text for this error. Reason: 15100). – jozi Feb 7 '11 at 6:35
no my disk is empty – jozi Feb 7 '11 at 6:35
Already asked on ServerFault... – gbn Feb 7 '11 at 6:41
show 1 more comment

migrated from stackoverflow.com Feb 7 '11 at 17:29

marked as duplicate by Zypher Oct 9 '11 at 17:57

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

It is likely something is corrupted.

If this is a production box, talk to your DBA.

You may have to run a SQL Server Repair as per this post.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.