Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VARCHAR(MAX) - need equiv to MLINE(x,2)
Message
 
 
To
21/11/2007 17:19:26
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01270593
Message ID:
01270612
Views:
15
Check http://www.berezniker.com/display/SQL/Alines+UDF+-+String+Split

>In a memo field I would use mline to retrieve rows in a sql select.
>
>Now I need to obtain the first 3 rows of a varchar(max) where there are char(13)s breaking the lines. ( going into a remote view )
>
>
>I can figure the first left() statement using charindex(char(13),mfield,1) but I'm struggling with the substring() syntax for lines 2 -> n
>
>If I am converting an app where I'm doing a lot of this should I have a UDF that would extract row(n) from a varchar(max) ?
>
>Guidance appreciated, as always.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform