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.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 SQLAgentCmdExec & DTS Imports/Exports

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 online

Jay White
{0}
Go to Top of Page

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.

Go to Top of Page
   

- Advertisement -