Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by shpinoza1980

  1. shpinoza1980

    SQL data int XML multiple elements needed

    Hi, I'm trying to create an xml document out of a sql 2005 table I use this code in a query: select p.name as "NAME" from nop_product p for xml path('PRODUCT'),ROOT('STORE') my problem is that i need 3 level tree - all <PRODUCT> elements to be under <PRODUCTS> like this: <STORE> <PRODUCTS>...

Part and Inventory Search

Back
Top