Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 where to start - xml transformed into extract

Author  Topic 

BitShift
Yak Posting Veteran

98 Posts

Posted - 2007-05-08 : 18:41:47
Im not new to xml, but im trying to decide on a solution to handle xml that will be passed as a string to a stored procedure and just inserted into a field (xml). Later however, this data needs to be transformed into a flat file and sent to another location. What is a good starting place to look at ways to handle this from within an SSIS package ? The xsl transforms will be individual files, one for each type of data that is in the table holding the xml data.

suggestions ?
   

- Advertisement -