fbellay


I installed SQL Server 2005 flawlessly yesterday. When login as "sa" through SQL Server Management Studio, I get an error message saying it cannot connect to my PC.

I checked the MSSQL Server Service. It is not started and cannot be started because it's looking for a path that does not exist!.

The folder in question is missing.

C:\Program Files\Microsoft SQL Server\MSSQL\

The following folders do exist:

C:\Program Files\Microsoft SQL Server\MSSQL.1

C:\Program Files\Microsoft SQL Server\MSSQL.2

I initially suspected this problem was cause by a previous MSDE 2000 installation.

I uninstalled SQL Server 2005 & MSDE 2000.

I re-installed SQL Server 2005. Same problem.

I executed

http://support.microsoft.com/default.aspx/kb/320873

to make sure all registries are removed and manually deleted C:\Program Files\Microsoft SQL Server\ĄŻs content

Re-installed SQL Server 2005. Same problem.

I do not know what do in order to get SQL Server 2005 up & running.

All help is greatly appreciated.

Frank




Re: SQL Server 2005 Standard will not install MSSQL default instance

Jens K. Suessmeyer


That sounds strange. WHat does the event log tell you exactly. You could change the following keys to help SQL server service to find the necessary paths.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer\Parameters

Jens K. Suessmeyer.

---
http://www.sqlserver2005.de
---





Re: SQL Server 2005 Standard will not install MSSQL default instance

fbellay

Jens,

The MSSQLSERVER service is ultimately looking for :

"C:\Program Files\Microsoft SQL Server\MSSQL\Binn\sqlservr.exe" -sMSSQLSERVER

I just checked and sqlserver.exe is nowehere to be found under C:\Program Files\Microsoft SQL Server\

Question: Can you tell me where the eventlog is located exactly

Thanks for your help,

Frank