SSIS Connection Manager Not Storing SQL Password

后端 未结 10 1849
灰色年华
灰色年华 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:00

    Here is a simpler option that works when I encounter this.

    After you create the connection, select the connection and open the Properties. In the Expressions category find Password. Re-enter the password and hit Enter. It will now be saved to the connection.

提交回复
热议问题