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
 General SQL Server Forums
 New to SQL Server Programming
 Fetch data from XML column to table

Author  Topic 

maevr
Posting Yak Master

169 Posts

Posted - 2007-08-29 : 09:05:56
I do an insert of the xml into the table and that works fine, but how do I split the tags to different tables. I have tried SSIS and a XML Source to an OLEDB Source, but since the xml file contains different groups that do not work.

The xml is created by Infopath and it seems like the groups are created if the components belongs to different sections.

Table1
id int,
xmltag xml

I am starting to be desperate, I really need some help solving this one way or another.

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-08-29 : 09:45:11
This might help you?
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=88603



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-11-04 : 16:20:17
Also see http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=112504


E 12°55'05.63"
N 56°04'39.26"
Go to Top of Page
   

- Advertisement -