--- This is the content of the XML file or consider as XML variable.
From above xml file , i want the data like ..
id name             desc         parentid 
1  serach           Search       NULL
2  Search By Name   SearchName   1
3  Search By ID     SearchID     1
How can we get with single SQL statement in SQL server 2005? because i have so many sql file need to be imported into table from file as same way.
Thanks,