I've got a couple of jobs using a database task which executes a stored procedure on MS SQL. On servers where I've upgraded VC to 8.1.2 from an older version, I can set up a Stored Procedure with an XML parameter with no trouble. However, on a machine with 8.1.2 installed as new on it, the XML data type is not available. It's not a showstopper, because I can write SQL to execute the stored procedure from the text tab, but it is annoying that I can't do the same thing in all locations.
When I select the stored procedure and click on "Refresh parameters", I get a popup with the message "Unhandled error occurred while trying to refresh, error: Reqested value 'xml' was not found. If I try to add the parameter manually, XML is not showing in the list of data types.
Edited by moderator
2016-08-25T07:43:50Z
|
Reason: Not specified