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
Miscellaneous
Thread ID:
01379041
Message ID:
01379047
Views:
12
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform