Hi,I have this statement in my procedure BULK INSERT Database1.dbo.tmpTable FROM '\\Server1\subfolder1\subfolder2\CSVFile1.csv' WITH ( FIELDTERMINATOR = ',',ROWTERMINATOR = '\n')
I get this error.Could not bulk insert because file '\\Server1\subfolder1\subfolder2\CSVFile1.csv' could not be opened. Operating system error code 5(Access is denied.).
However, i saw in some posts, to try to open this file from start->Run. Its opening the file without any problems.I havent used BulkInserts before. So iam quite lost in debugging this error. Can someone help me on this.Thanks in advance,Nitu