Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BULK INSERT Problem #2
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
01379041
Message ID:
01379047
Vues:
13
>I'm trying to do a bulk insert:
>
>
>BULK INSERT Import
>   FROM 'c:\data.txt'
>   WITH 
>      (
>         FIELDTERMINATOR ='|',
>		 ROWTERMINATOR = '\r\n'
>      )
>
>
>I'm only getting the first row from the text file.

Did you try to use \n for ROWTERMINATOR instead?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform