How would you construct and pass XML as an argument to a stored procedure on an MS SQL 2005 server? And how would you INSERT
the XML into a table?
The data is in the form of key/value pairs:
[
0: [key, value],
1: [key, value],
2: [key, value]
]