Passing XML to Stored Procedure
698378Dec 21 2009 — edited Dec 21 2009Hi
I have a requirement of a stored procedure that takes XML as input, extracts data from the tags and updates corresponding tables.
The XML strucuture is not stored in a document rather it is sent as a string.
Please helo resolve this issue.
I have no idea how to go about this.
Thanks