views:

289

answers:

1

It seems that when using the OLE DB Command within SSIS problems occur when handling stored procedures that return xml: view bug description

I have to use a procedure that is built in such a way and get hold of the xml even if it is just as a string value. Does anybody know of a workaround to the bug linked above that doesn't involve changing the procedure?

A: 

I think you should be able to use CAST operator to convert the output of your stored proc to a regular string.

Michael