SSIS puzzle

  • Hey guys I thought this might interest SSIS developers here:

    Problem statement:

    I have two servers S1 and S2 and the source table is in Server1. There is no destination table in Server2.

    I want to move data from server S1 to S2 using a SQL command Select * into <Server2table> From <Server1Table> by creating the table dynamically. Linked servers are not allowed and this has to be done using SSIS.

    How would you approach this?

    Good luck 🙂

  • Y don't u just import the data from S1 to S2...:-P

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

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