Quantcast
Viewing all articles
Browse latest Browse all 7696

SQL Server Service Fails to Start: Error 1067. The process terminated unexpectedly

Hello there!

I installed the released SQL Server 2008 R2 on x64 (amd64) computer running Windows Server 2008 R2. This was a full install with all the setup features selected in the Setup Wizard. Setup process has finished successfully. However, after a reboot I discovered that the SQL Server (INSTANCENAME) is not running. I tried to forcibly start the service from the service properties dialog using the Services snap-in. Starting the service returned the following error:

---------------------------
Services
---------------------------
Windows could not start the SQL Server (KL) service on Local Computer.



Error 1067: The process terminated unexpectedly.


---------------------------
OK  
---------------------------

The service is running under the Network Service account selected during the setup process.

In the Application log is see the following error:

 

Faulting application name: sqlservr.exe, version: 2009.100.1600.1, time stamp: 0x4bb6b40b
Faulting module name: sqlservr.exe, version: 2009.100.1600.1, time stamp: 0x4bb6b40b
Exception code: 0xc0000005
Fault offset: 0x00000000000a1c61
Faulting process id: 0x17dc
Faulting application start time: 0x01cb0ec3a63f6646
Faulting application path: C:\Program Files\Microsoft SQL Server\MSSQL10_50.KL\MSSQL\Binn\sqlservr.exe
Faulting module path: C:\Program Files\Microsoft SQL Server\MSSQL10_50.KL\MSSQL\Binn\sqlservr.exe
Report Id: e4335a09-7ab6-11df-91cf-0023544cc96e

From the Sql Server Configuration Manager I see that the SQL Server (KL) instance has the automatic startup mode and the state is Stopped.

I have disabled all the client protocols but TCP/IP. My firewall is turned off.

Starting the SQL Server (KL) service from the SQL Server Configuration Manager returns this error:

---------------------------
SQL Server Configuration Manager
---------------------------
The request failed or the service did not respond in a timely fashion. Consult the event log or other applicable error logs for details.
---------------------------
OK  
---------------------------

I figured out that I DON NOT HAVE THE DATA folder under the MSSQL10_50.KL folder.

That's all I have:

18.06.2010  12:04    <DIR>          .
18.06.2010  12:04    <DIR>          ..
18.06.2010  12:04    <DIR>          Binn
18.06.2010  12:04    <DIR>          FTData
18.06.2010  10:45    <DIR>          Install
03.04.2010  21:59            14 176 sql_engine_core_inst_keyfile.dll
03.04.2010  10:59            14 176 sql_fulltext_keyfile.dll
18.06.2010  10:45    <DIR>          Upgrade

Seems like this wasn't a success setup despite what setup wizard reported. Or I am missing something?

Any clues?

Thank you in advance.

Regards,

Stanislav.

 


Viewing all articles
Browse latest Browse all 7696

Trending Articles