I have a SSIS package that runs scripts (which create and populate a database) each night. The idea is to have a current copy of a DB from my client each night. Files are FTP'd to my server.
I have created the import package and it runs fine from within VS on my workstation. I want to deploy this to a remote SQL server (which I have full access to) and schedule to SSIS package to run each night.
I have gotten as far as deploying the package to the server and I can see it in Management Studio. I can create a JOB and have tried to run it. I am having problems with connections to the DB - the security is not persisting so the job fails immediately.
Could someone spell out the steps for deploying the package, persisting the security, and optionally allowing me to change some parameters (like source directory for FTP'd script files) after deployment.
Thanks
Ford
Start Free Trial