Hi,

In my one table, I have a varchar field. But when I try to insert value (having char >256) in that field, it is updating the field till 256 char only, not storing all chars. I have set max limit to that field that is 8000 still it is storing only 256 chars at max, please solve my problem.

I am using SQL 2000 server.

Thanks
Sanjivani