How can I fix system error 1067 which is the error I get while starting a service using the net start
command in Windows 2003 Server?
C:\..>net start "<Service Name>" arg1 arg2
<Service Name> is starting ...
A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly.
From similar questions like this, I gather that it is related to a database server. In my case, it is SQL Server. I see all the SQL Server related services up and running.
It seems to be a known problem, but I wasn't able to apply any of the online scenarios to my case.
Can anyone give me any suggestions how I can go about diagnosing this problem? Let me know if you need any other information that might be relevant.
Other Details:
- Microsoft SQL Server 2005