How to deploy SSIS package with connection manager password?

  • You cannot save the password in the package - it is a security measure taken in SSIS. Look up "package configurations" in books online. You can create a configuration file with the connection string (or even just the password) that you can use for the execution of the package.

Viewing post 1 (of 2 total)

You must be logged in to reply to this topic. Login to reply