Closed
Description
Hey there,
I have noticed that trying to pass a XML string of over 2000 characters to a stored procedure as a parameter results in SQL returning "[Microsoft][SQL Server Native Client 11.0]Invalid precision value".
I suppose it's being truncated, but I can't find a way to stop this happening?
I'm just using:
procManager.callproc('SEL_GetDataByXml', parameters, function (err, result) {
Any advice?
Thanks!
Dave
Metadata
Metadata
Assignees
Labels
No labels