You can pass in an XML structure that could contain the rows/columns that would mimic the array. The XML below could be cleaned up, but this is just what was thrown together
DECLARE @xml nvarchar(1000)
@docHandle in
SET @xml =
'<root><clients><client><clientid>5</clientid><name>bob</name></client><client><clientid>6</clientid><name>josh</name></client></clients></root>
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.