Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BULK INSERT Problem #2
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
BULK INSERT Problem #2
Miscellaneous
Thread ID:
01379041
Message ID:
01379041
Views:
72
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
Next
Reply
Map
View

Click here to load this message in the networking platform