Hi,
I am trying to find a feature- that was there in DTS but I can't locate it in SSIS
Using DTSRUNUI, we could generate a encrypted command line for executing the pacakge. Now using DTEXECUI, I can get the command line but is there any way in which I can get it in the encryted format?
Thanks.
DTEXEC and DTEXECUI have not support for encryption as did their DTS predecessors. This option is just not there. It wasn't very secure anyway, and could be cracked, but if you really want it back look you could always post a suggestion on MS Connect.
Whilst it was easy, there are some more secure ways of doing this, such as package encryption, or just securing the command line better in the first place.
|||Thanks for the info.
No comments:
Post a Comment