I have a data in column which is of type NTEXT. I wanted to know the length of the data using query in sql 2000
—–Updates —–
HI,
I had used the datalength thing earlier. But strangely its returning wrong values. Is there any other issue thts specific tht i shlould check.
You want
DATALENGTH();