Click here to Skip to main content
15,896,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I want to write a stored procedure that would be responsible for fetching the records or parameter from XML based file , xml file is shown below as an example , pls give a solution for the same


XML
<?xml version="1.0"?>
<note>
    <to>Tove</to>
    <from>Jani</from>
    <heading>Reminder</heading>
    <body>Don't forget me this weekend!</body>
</note>
Posted

1 solution

You will get lot lot of help from google for this. The below link will give you some hint.
http://stackoverflow.com/questions/6690073/reading-xml-in-sql-server-2008[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900