If you already have a text column to store the results, you can use the UPDATETEXT command (or you can create a temp table with a text column if you don't have one). You would still be doing your looping/cursor processing, but you could get around the 8000 character limit.
The following example...
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.