I’m getting this error message:
Msg 16927, Level 16, State 1, Procedure GetWfGenProcessParameters, Line 21
Cannot fetch into text, ntext, and image variables.
I realy need to make this cursor work with text data.
Is there any way to get over this error?
If you are using
SQL Server 2005, you can useNVARCHAR(MAX):