This is the stored procedure I wrote but the limitation is if the XML returned to me is more than 8000 characters, the XML gets truncated. Is there a way around this limitation?
Many Thanks
CREATE PROCEDURE DBO.SV_JobDetailAddl4XML
(
@TransID INT
)
AS
BEGIN
declare @xmltext varchar(8000)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.