Copying Live to Test SSIS Solution

Hi there.

I've created a Copy Live to Test package in BIDS that automates pretty much everything (the only user input required after executing is logging into Security when it pops up, then dropping and creating logins). It's saved me a lot of time.

I have a couple questions about for anyone who cares to answer...

First, does this seem all right to do (it has worked like a charm so far)?

Second, has anyone else done this with CL2T? I've only been using BIDS for about 5 months and am curious as to how other people have gone about things. I have a feeling I'm putting more strain on our network than is necessary.

Thanks,

Joshua Wager

 

Parents
  • Former Member
    Former Member $organization

    Hi Joshua,

    We use SSIS here as well to replicate to a test environment, a conversion environment and a failover environment. The SSIS package consists of "execute sql tasks" basically everything is written is SQL commands then placed in tasks on the SSIS package. The package is then stored as a job in SQL server and we too must drop and recreate users manually. I find the network noise to be very low doing this, and the job runs in approximately 50 seconds.

    It works great for our needs.

    Naomi

  • This looks like a great solution to something which I usually have to schedule half a day for (including contingency time). Am going to try and set this up, if I have any problems or questions I'll know who to call!!

    Thanks, Debbie

Reply Children