SQL Server 9.0
I'm attempting to import data from a CSV file with double quotes around each filed. I created a formatfile and placed it in the same directory the CSV file is located. I have load files from this directory before, but without a formatfile. This is the error I receive in sql server.
Msg 4862, Level 16, State 1, Line 5
Cannot bulk load because the file "\\mylocation\ffLeads.txt" could not be read. Operating system error code (null).
I am assuming this is not an error within my formatfile since it doesn't seem like it gets to that point???
I'm attempting to import data from a CSV file with double quotes around each filed. I created a formatfile and placed it in the same directory the CSV file is located. I have load files from this directory before, but without a formatfile. This is the error I receive in sql server.
Msg 4862, Level 16, State 1, Line 5
Cannot bulk load because the file "\\mylocation\ffLeads.txt" could not be read. Operating system error code (null).
I am assuming this is not an error within my formatfile since it doesn't seem like it gets to that point???