Viewing 3 posts - 1 through 3 (of 3 total)
I just tried that and get the same result.
March 17, 2009 at 9:55 am
#961182
Here is the code for the bulk insert
BULK INSERT Test_Table
FROM 'sourcefolder\filename.txt'
WITH
(
FIELDTERMINATOR = '|',
...
March 17, 2009 at 7:46 am
#961016
I don't use a format file, it just comes to me as a text file. Unfortunately I don't have any test data it is all real data. I...
March 16, 2009 at 7:02 pm
#960720