sodakotahusker
Programmer
- Mar 15, 2001
- 601
Is there a limitation on the number of characters that a text field argument can handle? I mean in the same range as varchar (4000 or something). I don't need an exact number of bytes - just a answer like - 4, 8k or A huge number if this indeed allows mega bytes. I seem to be suffering from truncation and it could be a limitation. I'll have to ditch the store procedure if that is the case and that activity is frowned on.