Hi All
I have two tables. one is the request table and the other is the request_draft table. We have a web application which is used by users to submit requests to us.The web application moves the records from request draft table to the actual request table.
I want to create a package in SSIS using which i can move a record from the request draft table to the request table.Both Tables have the similar structure.
I would like to know better ideas to proceed as i have no clue where to start
Thanks in advance
Vamsi