We're trying to pass an XML string to a stored proc instead of multiple parameters. How do you take that XML string and just assign what is passed to different variables without creating a table to insert them or doing a plain
SELECT * FROM OpenXML... The only examples I can find return a rowset result. I want to use those variables throughout the stored proc to attain a recordset
SELECT * FROM OpenXML... The only examples I can find return a rowset result. I want to use those variables throughout the stored proc to attain a recordset