|
Hi there, Please can anyone advise whether it is possible to decrypt a passworded SSIS dtsx package? We've inherited a package from someone else, but have never been provided with the password, so unable to save any amendments. We need to amend the ftp details so that the data moves to a different location. Many thanks, Christina
(comments are locked)
|
|
If you have the package scheduled as a part of a SQL job you can pull the password from the job step execution. Just look for /DECRYPT in the string from the following SQL statement. This is the package password stored in plain text. Worked an absolute charm, thank you!
Aug 01 '12 at 06:44 AM
csconstantinou
(comments are locked)
|

