Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vibs
  • Content: Threads
  • Order by date
  1. vibs

    How to store more than 8000 characters in a variable

    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)...

Part and Inventory Search

Back
Top