Actually it's something like this...
SELECT @XML = '<SearchParameters Param1="123456" Param2="1" Param3="cabin"/>'
The SQl Exec string is...
EXEC spStoredProc @Xml
The the stored proc would take the parameters in the XML string and assign them to variables to...
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...
I have a question along these lines. Our server went down so we weren't able to 'detach' the database files. Can I copy them to another server and create a database for them?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.