Moving Specified Data Between Databases with SSIS

  • I have looked at everything I can think of and can't figure out which transformation task to use to be able to simply use a sql statement to determine what data to move. Basically I just want to move certain data from each table in production to an archive table in another server. I want to use something simple like "select * from table1 where date > getdate() -90" to determine the source data and just copy all of it into the destination.

    What do I use?

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • Of course I figured out that in the OLE DB Source you can click the drop down and select SQL command as the Data Access Mode after I posted this. 😛

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

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

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