Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exporting to Excel
Message
De
09/10/2021 14:15:08
 
 
À
09/10/2021 14:11:44
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01682467
Message ID:
01682469
Vues:
47
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform