Community

Solving problems while passing XML into a Stored Procedure

(Ashutosh Singhal) Generally, when XML data is being passed to a stored procedure, it would contain the XML version and encoding information along with namespace declarations. This sometimes interferes with the XPath queries. Here is one way we can solve the problem.

Read More - Register for Free Membership