SyntaxFix
Write A Post
Hire A Developer
Questions
BULK INSERT TextData FROM 'E:\filefromabove.txt' WITH ( FIRSTROW = 2, FIELDTERMINATOR = '|', --CSV field delimiter ROWTERMINATOR = '\n', --Use to shift the control to next row ERRORFILE = 'E:\ErrorRows.csv', TABLOCK )