August 19, 2005 at 8:59 am
I deleted the windows user account that logs to the MSSQLSERVER service and cannot start the service.
Is there any way that I can fix this w/o uninstalling Sql Server?
Thanks,
August 19, 2005 at 9:02 am
Just change the account that MSSQLSERVER & SQLSERVERAGENT uses to another account.
August 19, 2005 at 9:04 am
I have tried that but when I try to start the service again I get the following error message.
Error 5: Access denied to start the MSSQLSERVER service
August 19, 2005 at 9:11 am
1.) Try login as admin on the Windows box.
2.) Run --> services.msc (Will get you to services window)
3.) Look for MSSQLSERVER service, right click and select properties.
4.) In properties window, select LogOn tab, pick "Local system account" for Log on as: & apply and close the window.
5.) Go to the services window and try starting the service.
HTH
-R
August 19, 2005 at 9:16 am
Thanks! That worked.
August 19, 2005 at 9:26 am
Why would Local Account work, but another account didn't work ? Did your other Windows account not have any permissions ?
August 19, 2005 at 9:30 am
The other account did have permissions, I just didn't want to log as the admin of the machine.
Is there any tools I can use to test my security? I have used the MS Baseline Security Analyzer.
Thanks for all your help.
XC
August 20, 2005 at 11:51 am
although not a security tester, microsoft released a tool to report how properly your sql server is configured.
August 22, 2005 at 3:41 am
Hi!
Although not a software, the NSA published a guide on how to secure SQL Server:
http://www.nsa.gov/snac/downloads_msql.cfm?MenuID=scg10.3.1.2
BTW, they also publish guide on securing Windows (because a hardened SQL Server on a non-secured Windows box is pointless! )
Bye,
Xavier
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply