Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AlveenX
Starting Member
1 Post |
Posted - 2003-10-21 : 05:55:02
|
| Hi,Whenever I attempt to start SQL Server Agent I get the following error message: "An error 5 - (Access is denied) occurred while performing this service operation on the SQLServerAgent service"I log in to the SQL Server as 'sa'. What could be the possible problem?Thanks |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2003-10-21 : 06:45:06
|
| Chances are that whatever NT account SQLSERVERAGENT is running under is wrong, most likely because it's password is wrong or has expired.Take a look in the services applet under Control Panel - > Administerative Tools to see.Damian |
 |
|
|
|
|
|