August 6, 2002 at 10:41 pm
Hi All,
I am using SQL Server 2000 on Windows 2000 Server, and today when I started my server the SQL Server was not been started and again tryed to start the service through service manager, I go an error message saying..
"Could not start the MSSQLSERVER service on local computer. The service did not returned an error. This could be an internal windows error or an internal service error. If the problem persists, contact your system administrator"
I could'nt find any possible error details from this message.
Please help me in solving this problem...
Thanks in advance
Kiran
August 7, 2002 at 2:00 am
Is it a stand-alone server or in a domain?
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q307288&
Tim
August 7, 2002 at 3:01 am
Hi timwilliams,
It is a separate server under a doamin server.
Thanks for replay
Kiran
August 7, 2002 at 4:48 am
Check that the account you are using has the "log on as a service"local security policy setting enabled.
Hope this helps
Tim
August 7, 2002 at 5:31 am
Hi Tim,
Actually "log on as service" was not enabled for the account i use, but now i have enabled that, but des't affected the current status(Still I am getting the same error message)
Thanks
Kiran
August 7, 2002 at 5:41 am
Couple of things to try:
Change the service startup account back to the default Local System Account and see if the service will start.
If that works - add the user account to the Local Administrators group, and switch the service back to using the domain account and see if the service will start.
August 7, 2002 at 6:01 am
Hi
I posted a similar question but have found the solution. The user that the service is running under must have rights within the database. You need to create the user within the security section of SQL. As yet I have not worked out minimum rights that the user needs but by making the user a system administrator the service will start.
August 7, 2002 at 6:11 am
Adding the user to the Local Administrators group, will by default make them a SQL System administrator
August 7, 2002 at 6:38 am
Hi,
I've been off looking for more info - I knew had seen this somewhere!
This link "Planing to install SQL2000" has a section on Setting up Windows Services Accounts. The requirements for Domain User Accounts are detailed here. This information is also in BOL under the title Setting up Windows Services Accounts
Hope this helps
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply