LEFT function ntext data type
Date: 05/20/05
(Asp Dot Net) Keywords: sql
Hello everyone,
I know that you cannot do the following if columnName is ntext datatype:
SELECT LEFT(columnName, 400)
Is there another way to achieve the same effect in the SQL query itself?
Source: http://www.livejournal.com/community/aspdotnet/34515.html