Dear Friends I want to insert data from XML Message. What should I do if XML Message have same multiple tags.? Should I create a child table for these values. Amir Butt
use openxml for reading the data from xml file then using insert statement you can insert data in to table.there is some example in T-SQLHelp in sqlserver