hi.
I have an xml file with lotes of tags.i want to pass the XML file in to sql2005 procedure. and want to insert the XML tag values in to DB. How can i do it with sql server 2005...can u help me...
the sample input file is like
<Body>
<MedicationDispensed>
<DrugDescription>PREVACID</DrugDescription>
<DrugCoded>
<ProductCode>00300304613</ProductCode>
<Strength>30MG</Strength>
</DrugCoded>
</MedicationDispensed>
<MedicationDispensed>
<DrugDescription>PREVACID</DrugDescription>
<DrugCoded>
<ProductCode>00300304613</ProductCode>
<Strength>30MG</Strength>
</DrugCoded>
</MedicationDispensed>
</Body>