How do you pass a T-SQL parameter into an SSIS package at runtime to get the right data to dump into an OLEDBDestination?
For instance. I have a query that get data out of a number of different tables depending on what a particular _id is in the parent table (they are all linked through primary and foreign keys). I need to pass this _id into a package at runtime to get the proper data to dump into an access db.
can any one give me any ideas?