Dear all,
I want to retrieve one XML column from a table via a stored procedure on a server and fire another stored proc on another server (via SSIS).
I will then call my target stored procedure with the XML passed as an INPUT parameter.
I expect my XML should be a couple of megabytes.
I think I can do this with either a OUTPUT parameter or as a single column single row recordset returned.
Is there any particular reason to prefer one or the other?
Thanks
Eric