For instance, I have DB A and DB Bb, I would like to set up a data flow task where I take the first ten rows from Table A and programmatically put them in XML format in a string builder. Then, once I have it in the stringbuilder, put the entire string into a row in a table in Database B.
My question is simply How do i get started?? In 2000 I could do this in a DTS Package through an ActiveX script in the data transformation task. I have to figure this out this week so any help is so greatly appreciated.
I am on SQL Server 2008 using BIDS 2008.