How do you find out the length/size of the data in an ntext column in SQL? - It's longer than 8000 bytes so I can't cast it to a varchar. Thanks.
|
|
|
|
|
|
|
Use DataLength() |
||
|
|
|
|
The clue's in the question: use
returns 5, 16, 16. In other words, |
||
|
|
