SSIS Connection Manager Not Storing SQL Password

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

    There is easy way of doing this. I don't know why people are giving complicated answers.

    Double click SSIS package. Then go to connection manager, select DestinationConnectionOLDB and then add password next to login field.

    Example: Data Source=SysproDB1;User ID=test;password=test;Initial Catalog=ASBuiltDW;Provider=SQLNCLI11;Auto Translate=false;

    Do same for SourceConnectionOLDB.

提交回复
热议问题