Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using LEN on a Text field
Message
From
10/02/2009 06:28:12
 
 
To
10/02/2009 05:34:59
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Application:
Web
Miscellaneous
Thread ID:
01380482
Message ID:
01380491
Views:
48
How about
declare @tmpText varchar(max)
declare @textlen integer
set @tmpText = SomeTextField
set @textlen = len(@tmpText)

Glenn
>>Do not use Text fields. use n/varchar(max) instead.
>
>Well, the design is with Text field right now. So, I have to find a way to achieve that SQL.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform