Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting carriage returns into script
Message
From
12/09/2008 14:32:28
 
General information
Forum:
Microsoft SQL Server
Category:
Scripting
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01347178
Message ID:
01347183
Views:
14
>use REPLACE () function:
>
>SELECT REPLACE(SomeField, CHAR(13)+CHAR(10),MyCarriageReturnValue) AS SomeField
>FROM YourTable
>
Thanks, this is what I have found as well.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform