SSIS Connection Manager Not Storing SQL Password

后端 未结 10 1869
灰色年华
灰色年华 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 15:59

    Try storing the connection string along with the password in a variable and assign the variable in the connection string using expression.I also faced the same issue and I solved like dis.

提交回复
热议问题