rebelknight
Technical User
I have a straight forward BIDS developed package that performs an 'Execute T-SQL Statement' followed by a File System Task.
It works fine when I run it in BIDS.
I have imported the package to SQL Server as a File System package and set up an SQL Agent scheduled job to run it.
The problem is that the job fails on the username and password validation of the T-SQl statement. The SQL Server authenticated connetion does not save the password with the SQL server login name. I have used 'sa' up to now which I know needs to change but why is te password dropped and how can I configure an SQL authenticated connection in a package that will not drop the password?
It works fine when I run it in BIDS.
I have imported the package to SQL Server as a File System package and set up an SQL Agent scheduled job to run it.
The problem is that the job fails on the username and password validation of the T-SQl statement. The SQL Server authenticated connetion does not save the password with the SQL server login name. I have used 'sa' up to now which I know needs to change but why is te password dropped and how can I configure an SQL authenticated connection in a package that will not drop the password?