dbTalk Databases Forums  

DTS: Approaches!

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


Discuss DTS: Approaches! in the microsoft.public.sqlserver.dts forum.



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

Default DTS: Approaches! - 10-08-2004 , 01:48 PM






Hi

I have a few questions on DTS packages!

1. Scheduling DTS Job - Security

If i need to schedule the dts job as a non System administrator login,
i need to create a sql agent proxy acnt. All permissions for the
package will be the proxy acnt permissions. Is this correct? Any
warnings here?


2. Passing Password to DTS Job - DTSRUN

I want to dynamically set the password from some external source for
DTS connections. I can use UDL files - but it stores plain text
password. (Which is not secure).

I did some google and found out that DTSRUN supports launching of
packages and with switches for global parameters and encrypted
password provision! There is a utility DTSRUNUI. Can i use this to
schedule and pass sql server login and password to package level
global variable?

And will this affect the previous question?

Thanks!

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

Default Re: Approaches! - 10-09-2004 , 05:18 AM






1 Correct. Make sure the account has only those permissions it requires.
2. DTSRUNUI is there to help you construct the DTSRUN command. It takes
your inputs and builds the string necessary.

The preferred method of communication between resources is a Trusted
connection.


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


"Karthik R" <dtsguy1 (AT) rediffmail (DOT) com> wrote

Quote:
Hi

I have a few questions on DTS packages!

1. Scheduling DTS Job - Security

If i need to schedule the dts job as a non System administrator login,
i need to create a sql agent proxy acnt. All permissions for the
package will be the proxy acnt permissions. Is this correct? Any
warnings here?


2. Passing Password to DTS Job - DTSRUN

I want to dynamically set the password from some external source for
DTS connections. I can use UDL files - but it stores plain text
password. (Which is not secure).

I did some google and found out that DTSRUN supports launching of
packages and with switches for global parameters and encrypted
password provision! There is a utility DTSRUNUI. Can i use this to
schedule and pass sql server login and password to package level
global variable?

And will this affect the previous question?

Thanks!



Reply With Quote
  #3  
Old   
Karthik R
 
Posts: n/a

Default Re: Approaches! - 10-16-2004 , 01:13 PM



Thanks very much Allan.

Karthik

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
1 Correct. Make sure the account has only those permissions it requires.
2. DTSRUNUI is there to help you construct the DTSRUN command. It takes
your inputs and builds the string necessary.

The preferred method of communication between resources is a Trusted
connection.


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


"Karthik R" <dtsguy1 (AT) rediffmail (DOT) com> wrote in message
news:d30961f9.0410081048.44ebd8a3 (AT) posting (DOT) google.com...
Hi

I have a few questions on DTS packages!

1. Scheduling DTS Job - Security

If i need to schedule the dts job as a non System administrator login,
i need to create a sql agent proxy acnt. All permissions for the
package will be the proxy acnt permissions. Is this correct? Any
warnings here?


2. Passing Password to DTS Job - DTSRUN

I want to dynamically set the password from some external source for
DTS connections. I can use UDL files - but it stores plain text
password. (Which is not secure).

I did some google and found out that DTSRUN supports launching of
packages and with switches for global parameters and encrypted
password provision! There is a utility DTSRUNUI. Can i use this to
schedule and pass sql server login and password to package level
global variable?

And will this affect the previous question?

Thanks!

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.