I'm trying to load a .csv file into my SQL 2005 table but get the following error:
"Cannot bulk load. The file "\\server\directory\filename.txt" does not exist."
The file clearly does exist. Does the file have to be on the same SQL server box? Surely this cant be!
Is there a better way of doing this?
Thanks.
"Cannot bulk load. The file "\\server\directory\filename.txt" does not exist."
The file clearly does exist. Does the file have to be on the same SQL server box? Surely this cant be!
Is there a better way of doing this?
Thanks.