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
Titre:
BULK INSERT Problem #2
Divers
Thread ID:
01379041
Message ID:
01379041
Vues:
73
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.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform