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 |
|
beethoven
Starting Member
7 Posts |
Posted - 2003-01-15 : 11:54:07
|
| I have a user that creates DTS jobs that import and export files to another server. The problem I'm running into is that the SQLAgentCmdExec account is a local account on the SQL server and does not have permissions on this other server. Is there a way I can configure the SQL Agent to use a domain account for instead of the local SQLAgentCmdExec? Heh, I'm probably just missing something obvious here.Thanks! |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2003-01-15 : 12:23:55
|
| look up xp_sqlagent_proxy_account in books onlineJay White{0} |
 |
|
|
beethoven
Starting Member
7 Posts |
Posted - 2003-01-15 : 13:18:10
|
I forgot to mention that this is SQL 7. I can't seem to find anything in BOL about a proxy account. |
 |
|
|
|
|
|