October 16, 2009 at 10:39 am
Hey all,
Have a server that has a default instance of SQL 2000 SP3A Enterprise that when starting the service, it just sits on starting. Nothing in the application/system logs, nor does a new error log get created for SQL. I have restarted the server to no avail.
I've tried running the service under a local account, domain account, and even a domain admin, no change. The server houses another instance (SQL2000 MSDE, but I can't connect to it because it's only running on shared memory) which is up and running.
I've tried to install SP4, but when running the install, it simply returns a "setup has finished installing an instance of service pack 4" after a couple minutes. Now granted, I haven't done a SQL2000 SP4 install in awhile, I do remember it taking longer and giving more detail.
Any thoughts here?
Thanks
October 19, 2009 at 8:53 am
Hello all, haven't had much luck on this issue and was hoping to catch someone's attention today.
Thanks
October 19, 2009 at 9:53 am
It sounds like something is messed up. The MSDE isn't a default as well by any chance, is it?
I know SP4 was quick, but not that quick. Does SP4 ask for an instance?
October 19, 2009 at 10:04 am
Steve Jones - Editor (10/19/2009)
It sounds like something is messed up. The MSDE isn't a default as well by any chance, is it?I know SP4 was quick, but not that quick. Does SP4 ask for an instance?
Hey Steve. No, the default instance is indeed enterprise edition. Agreed, it is not that quick ... at least if memory serves correct. Negative, it does not ask for an instance.
October 19, 2009 at 10:24 am
What happens if you try and start SQL from the command line? For the default instance, go to the directory with the executable and just run sqlservr.exe
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 19, 2009 at 10:25 am
GilaMonster (10/19/2009)
What happens if you try and start SQL from the command line? For the default instance, go to the directory with the executable and just run sqlservr.exe
Hi Gila. It simply responds saying the service could not start. Yet when viewing the services, you'll see it sitting on "starting". Crazy huh?
October 19, 2009 at 10:34 am
Adam Bean (10/19/2009)
GilaMonster (10/19/2009)
What happens if you try and start SQL from the command line? For the default instance, go to the directory with the executable and just run sqlservr.exeHi Gila. It simply responds saying the service could not start. Yet when viewing the services, you'll see it sitting on "starting". Crazy huh?
You're getting that when you start SQL as a standalone executable? did you use any command line switches when you ran sqlservr.exe?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 19, 2009 at 10:42 am
GilaMonster (10/19/2009)
Adam Bean (10/19/2009)
GilaMonster (10/19/2009)
What happens if you try and start SQL from the command line? For the default instance, go to the directory with the executable and just run sqlservr.exeHi Gila. It simply responds saying the service could not start. Yet when viewing the services, you'll see it sitting on "starting". Crazy huh?
You're getting that when you start SQL as a standalone executable? did you use any command line switches when you ran sqlservr.exe?
Actually, I had not tried callings sqlservr.exe until now. I just did (c:\program files\microsoft sql server\mssql\binn\sqlservr.exe) and got the following:
"SQL Server could not find the default instance (MSSQLSERVER) - please specify the name of an existing instance on the invocation of sqlservr.exe. if you believe that your installation is ocrrupt or has been tampered with, uninstall then re-run setup to correct this problem."
October 19, 2009 at 11:05 am
Now to add to the mystery of this default instance ... when using the server network utility, the default instance does not appear in the "instances on this server" drop down, just a secondary MSDE sharepoint instance (i have another thread going for this).
March 13, 2011 at 5:12 am
Hi,
as in most of the times, it's not necessary to reinstall...in this case often the problem lies in not sufficient registry permissions of the SQL Server service account.
Eg. in my case this was that the SQL Server account didn't have full control on HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSSQLServer\MSSQLServer ...
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply