Is it possible setting a password for a ssis package just like we did for dts lagacy packages? I've created a new ssis package but do not know how to set a password for it?
views:
29answers:
2
Q:
SSIS: Is it possible setting a password for a ssis package just like we did for dts legacy packages?
+2
A:
Yes you can. It's called the package ProtectionLevel. By default, it's set to encrypt only sensitive information so that only your account can read/use it. But you can change it to use a password.
Todd McDermid
2010-07-12 16:22:58
+1
A:
Your better off using package configurations, that way it is easier to configure any changes for a test environment. We store all our connection details in these configuration files and have two sets - one for test, one for production.
Mr Shoubs
2010-07-14 12:26:39