I am very new to SSIS, looking at a package already created by someone else and deployed on SQL server. There is a File System Task that moves files to a network share. I need to change the path of the destination folder. The destination folder requires a domain login.
- I can change the folder path in the
global variable. Do I have to
redeploy the package after making
this change? Can the change be made directly on the SQL server? - How do I change the user name and password for this network share? Where is this infomation saved? I don’t see it in any of the variables.
- There is a SQL Job on the server with the same name, how do I check if this Job is related to the SSIS package?
1 Answer