Question SSIS: Transfer SQL Server Object Task question/possibility to transfer only changed or new objects

  • OK,I got a question if the following is possible or improvable.

    Currently we have a job that transfers out the entire object setup of a database (not the data) from our staging environment to our dev environment,about once every 2 months.

    Now the job clunky & failure prone,so my department head I had a look & wanted me to look if its possible to use an

    ssis package instead.

    OK so I found out Transfer SQL Server Object Task can do that & I tested that works like a charm,now comes the fun part,only objects that have changed or have been created should be transferred over,now that next transfer isn't planned for another 6 weeks,but I'm putting this here on day 1 so I have somewhere to look as well + put potential solutions I find

  • what you can do is create the trigger which can track the changes in a object and and store the changes in a table and then can copy the same table every 2 month :-):-)

    WINNERS NEVER QUIT AND QUITTERS NEVER WIN

    sqlserversdba.wordpress.com

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply