jasonsalas
IS-IT--Management
Hi,
I'm trying to search for a good alternative to only grab a snippetof quite large fields in my DB. I only need about the first 250 characters in an NTEXT field for a teaser.
Of course, using the LEFT(field,250) syntax won't work because that function doesn't work with fields of type NEXT/NTEXT.
Anyone got any good ideas?
I'm trying to search for a good alternative to only grab a snippetof quite large fields in my DB. I only need about the first 250 characters in an NTEXT field for a teaser.
Of course, using the LEFT(field,250) syntax won't work because that function doesn't work with fields of type NEXT/NTEXT.
Anyone got any good ideas?