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 2000 Forums
 SQL Server Development (2000)
 Spliting XML into multiple Table field

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-06-29 : 11:43:03
Arvind writes "Hi,

I have created one table called XMLtransfer(which is directly comming from oracle),this table have one field called info(text(16). Info field have complete XML data. Now I would like to split info XML data into new SQL table.

example
new table XMLanalysis and field are
ID
name
age
city

name,age,city is avaiable on info field XML data.

IS possiable with MS sql 2000, if yes then how

please give me detailed suggestion

Regards
Arvind"
   

- Advertisement -