1

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.

jozi
  • 161
  • 2
  • 2
  • 5
  • 2
    Check the eventviewer logs and you will probably find reason there. type `eventvwr.msc` in cmd prompt to get there. –  Feb 07 '11 at 06:28
  • Could not register Service Control Handler. Operating system error = 1222(failed to retrieve text for this error. Reason: 15100). – jozi Feb 07 '11 at 06:35
  • no my disk is empty – jozi Feb 07 '11 at 06:35
  • i reading this http://social.msdn.microsoft.com/Forums/en/sqlgetstarted/thread/ef306f44-64b1-44ad-b614-aea0e2ea8175 – jozi Feb 07 '11 at 06:38
  • Already asked on [ServerFault](http://serverfault.com/questions/232022/windows)... – gbn Feb 07 '11 at 06:41
  • i asked in ServerFault but nobody answer – jozi Feb 07 '11 at 06:49

1 Answers1

0

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.

Mitch Wheat
  • 466
  • 3
  • 10