SreeV
2009-10-08 21:49:01 UTC
I am getting error when i tried bulk insert into SQL Server 2008 it works
fine on SQL Server but it fails from my desktop. I am using windows
authentication have access to the share fine.
version:SQL Server 2008 version
OS: windows 2008
BULK INSERT table
FROM '\\computrname\Project Avast\Bulk Insert\TEST.LOG'
WITH (DATAFILETYPE = 'char', FIELDTERMINATOR = ',')
sg 4861, Level 16, State 1, Line 1
Cannot bulk load because the file "\\computer\TEST.txt" could not be opened.
Operating system error code 5(Access is denied.).
tried disabling named pipes didnt help.
fine on SQL Server but it fails from my desktop. I am using windows
authentication have access to the share fine.
version:SQL Server 2008 version
OS: windows 2008
BULK INSERT table
FROM '\\computrname\Project Avast\Bulk Insert\TEST.LOG'
WITH (DATAFILETYPE = 'char', FIELDTERMINATOR = ',')
sg 4861, Level 16, State 1, Line 1
Cannot bulk load because the file "\\computer\TEST.txt" could not be opened.
Operating system error code 5(Access is denied.).
tried disabling named pipes didnt help.