I'm trying to insert 100 records from a text (tab delimited) file using bulk insert command.
Query analyzer returns an error:
"OleDB provider 'STREAM' reported an error. The provider didn't give any information about the error"
I'm usung:
BULK INSERT employees FROM 'C:\data\emps.txt' WITH (KEEPIDENTITY)
MS SQL server 7,
WIN2000
Any ideas?
Thanks