Hi!
I run a Bulk Insert Query on SQL Server 2000, the server is on different location.
Now the issue is, when ever we try to Upload a Bulk Data through a Text Document,
we get the following Error.(The locations folder is given full rights for Everyone)
Error: Server: Msg 4861, Level 16, State 1, Line 1
Could not bulk insert because file '\\xyz\G:\wwwroot\AE_50\PE
2\location
s\location
3140520081
33342.txt'
could not be opened. Operating system error code 53(error not found).
The Following Query is Used for Bulk Insert
BULK INSERT Temp_Locations FROM '\\xyz\G:\wwwroot\AE_50\PE
2\location
s\location
3140520081
33342.txt'
WITH (FIELDTERMINATOR = ' ',ROWTERMINATOR = '\n')
Start Free Trial