sql server - how to properly send ssis package to another user to deploy -
I have developed an SSIS package that runs fine IS VS. To deploy the package, I need to send it to DBA to deploy on the server, but there are logon errors. I have narrowed it down (which I believe is the reason for this issue ) "Security level: Encrypted with zero" setting.
So when the DBA opens the Visual Studio project, then it does not get the password settings and then fails to run Dtsx files on the server.
How do I send the project properly, so that it can be implemented without having to type in the password again?
It seems that the sensor does not save with server storage or sensor package That's the way to go for your scenario.
Another option is to store connections. Strings require a password as string variables and hard-code values. This is a pain when you need to change the password, though.
Comments
Post a Comment