Moving selected rows from one server to another

  • [:)]

    Hello! I am new to SSIS and I have the following need.

    I am presently testing an SSIS package and I am unable to conduct a valid test because or database does not contain the data that I need. I can notuse an OLE DB Source (connected to the production server) in a dataflow connected to a OLE DB Destination (connected to the TEST server) because I can not select a set number of rows. The table in question contains several millions rows and I only need a couple of hundred rows moved to the TEST database.

    Can anyone share how I could go about accomplishing this feat?

    How can I perform a conditional select based on specific values and pass the selected rows to the TEST database?

    I hope I am clear on my need.

    Thanks.

  • Your source can be a query so you can put in the query with your conditions in the Dataflow source or you can create a stored procedure that contains your conditions and use that as your source query.

  • 🙂

    Thank you very much for the feed-back and the suggestions.

    God Bless.

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

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