I tried to do a 'Data Flow Task' copying data from an outside source to a SQL Server table.
Unfortunately my company is behind in fixing the security of SQL Server, instead of using window authentication, it still required to put in user id and password. It worked fine when I ran it. But when I deployed it to other server, the password of the SQL Server table dropped, it was not in the connection string. Is there any way to fix it?
Thanks