dbTalk Databases Forums  

Scheduled DTS Job - running as Who ?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Scheduled DTS Job - running as Who ? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andrew
 
Posts: n/a

Default Scheduled DTS Job - running as Who ? - 11-06-2003 , 05:37 PM






HI,

my DTS package is using NT-authentication when logging in
to Sql Server. The intention is to have it scheduled, and
kicked off by the Agent Service. The question is: what
kind of credentials will by DTS process have ?

My own feeling is the DTS execution will inherit the
user-ID from the Sql-Server Agent Service. When that
service was started, a password would have been entered,
creating a valid security token.

But I've heard many other answers:
- that the scheduled package executes as the "owner" of
that package in DTS
- that the scheduled package executes as the "owner" of the
Schedule in the "Jobs" management tab

Confused.


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Scheduled DTS Job - running as Who ? - 11-07-2003 , 06:15 AM






from

http://support.microsoft.com/?kbid=269074


The security context in which the job is run is determined by the owner of
the job. If the job is owned by a login that is not a member of the Sysadmin
server role, then the package is run under the context of the account setup
as the SQL Agent Proxy Account, and has the rights and permissions of that
account.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Andrew" <andrew.schonberger (AT) ssmb (DOT) com.au> wrote

Quote:
HI,

my DTS package is using NT-authentication when logging in
to Sql Server. The intention is to have it scheduled, and
kicked off by the Agent Service. The question is: what
kind of credentials will by DTS process have ?

My own feeling is the DTS execution will inherit the
user-ID from the Sql-Server Agent Service. When that
service was started, a password would have been entered,
creating a valid security token.

But I've heard many other answers:
- that the scheduled package executes as the "owner" of
that package in DTS
- that the scheduled package executes as the "owner" of the
Schedule in the "Jobs" management tab

Confused.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.