Hi. I'm running into an issue performing a bulk insert. I've taken the following steps:
- Created a table
- Created a schema file with a .fmt extension
- Created a stored procedure to insert a file
When I attempt the bulk insert I get the following error message:
Cannot bulk load because the file "g:USB06182010.txt" could not be opened. Operating system error code 3(The system cannot find the path specified.).
Does anyone have any ideas?
Software/Hardware used:
SQL Server Management Studio 2005
ASKED:
June 18, 2010 3:46 PM
UPDATED:
June 21, 2010 5:49 PM
I see the problem now. Thanks for helping me. I did not realize that the source file has to be on the SQL server. I thought it could be on my local computer, but I don’t think that’s the case.