SSIS Connection Manager Not Storing SQL Password

后端 未结 10 1852
灰色年华
灰色年华 2020-12-14 15:38

I used to have a dts that had a sql server authentication connection. Basically, the userid password is stored in the package itself. Now, when I go to SSIS, the password is

10条回答
  •  温柔的废话
    2020-12-14 16:16

    I use a variable to store the entire connection string and pass it into the ConnectionString expression. This overwrites all settings for the connection and allows you store the password.

提交回复
热议问题