Automation

  • I am moving data from svrA.db.dbo.tabname to svrB.db.dbo.tabname and using the data pump with ole db source to old db destination. It works great, but basically I need to go thru and do this for many tables.

    How can you automate with SSIS? I'm used to DTS where you could save it out in VB? What are the different ways you can do this with SSIS?

    I'm getting tired of unhooking the OLE Destination object and inserting a new table, remapping, etc.

    Thx...

  • In the control flow, there's a task for copying database objects. That might be a better option for you.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • I need to be able to control batch and commti size as these are massive tables. If I know what you're talking about, these don't have that capability.

    I think I might be able to use parameters? I am about to read on that...

  • Whisper9999 (10/26/2010)


    I need to be able to control batch and commti size as these are massive tables. ...

    Looks like you'll have to use a data flow for each tables. You cannot dynamically reconfigure the data flow for each table.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • I want my refund.

    Just kidding...

  • Whisper9999 (10/26/2010)


    I want my refund.

    Just kidding...

    Got a Paypal account? 😛



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • You may also implement a ST using SMO

    Raunak J

  • Raunak Jhawar (10/26/2010)


    You may also implement a ST using SMO

    Sorry - what's an ST?

    Remember I need to do a bulk operation, i.e. I need to be able to send things in small batches as these tables are between 20 and 60 G each.

  • ST=Script Task

    You owe me 50 bucks...just kidding;-)

    Raunak J

  • Thanks - much appreciated - and I'll check it out...

Viewing 10 posts - 1 through 9 (of 9 total)

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