Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exporting to Excel
Message
From
09/10/2021 14:15:08
 
 
To
09/10/2021 14:11:44
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01682467
Message ID:
01682469
Views:
45
>I usually use copy and paste, but there's an Export Data under Database/Tasks that I've also used occasionally.
>I've never tried what you're trying, but it might be worth a look.

Surrounding with CHAR(34) is a way to do this :

CHAR(34)+'Hello'+CHAR(10)+'World'+CHAR(34)

However, doing this does not :

CHAR(34)+Table.Field+CHAR(34)

...nor this :

CHAR(34)+REPLACE(Table.Field,CHAR(13),'')+CHAR(34)

...nor this :

CHAR(34)+REPLACE(Table.Field,CHAR(13)+CHAR(10),CHAR(10))+CHAR(34)
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
Next
Reply
Map
View

Click here to load this message in the networking platform