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 |
aliyesami
Starting Member
30 Posts |
Posted - 2008-10-29 : 22:34:59
|
I have removed the 'builtin\Administrator' account and now I can't start sql$agent , I get msg in evenlog saying 'cant connect to the database. I tried startit it as 'local administrator' , or as a windows user but no luck. Can i start sql$agent with the domain user ? if yes does that domain user have to be a database user too? and if yes with what rights? |
|
SimpleSQL
Yak Posting Veteran
85 Posts |
Posted - 2008-11-07 : 02:12:42
|
Check the following article for inforamtionSelecting an Account for the SQL Server Agent Servicehttp://msdn.microsoft.com/en-us/library/ms191543.aspx |
|
|
DeepGround
Yak Posting Veteran
73 Posts |
Posted - 2008-11-10 : 19:17:40
|
The user starting the service does not need to match any SQL user account names. Though it should be a local admin of the machine. You can create a local user on the machine, add it to Administrators group, and set it to start the Agent service. Should work good. |
|
|
|
|
|