BULK Insert Problem
From: Prabhat (not_a_mail_at_hotmail.com)
Date: 05/03/04
- Next message: Greg Linwood: "Re: Ken Henderson's Book on SQL Internals"
- Previous message: Peter: "Re: SQL Server update using cursor does re select"
- Next in thread: Narayana Vyas Kondreddi: "Re: BULK Insert Problem"
- Reply: Narayana Vyas Kondreddi: "Re: BULK Insert Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 May 2004 12:49:43 +0530
Hi All,
I work in a Network Environment. My System Number is "system1" where the SQL
Server DB is Installed. And If I Try to Bulk Insert any thing from my system
Then it works fine.
But If I Try to do Any BULK INsert from "system2" then I Get the below
ERROR!!!!
Server: Msg 4861, Level 16, State 1, Line 1
Could not bulk insert because file '\\radsoftech-115\MSF\Import\Jules
Kuperberg NY List 1 12-18-03.csv' could not be opened. Operating system
error code 5(Access is denied.).
My SQL Statement to FROM_ACQ table is Like:
BULK INSERT FROM_ACQ
FROM '\\usert2\Import\NY_List.csv'
WITH (FIRSTROW = 2, FIELDTERMINATOR = ',', ROWTERMINATOR = '\n')
Even I CAN Open that file of system2 from my system using "Start - RUN". My
SQL Server Startup is Done in ADMINISTRATOR Account, and Same with System2
also. Both the systems are having same possword for the user Administraotr.
Owner of the DB is User1\Administrator.
So where is the problem? Any Help.
Thanks in Advance.
Prabhat
- Next message: Greg Linwood: "Re: Ken Henderson's Book on SQL Internals"
- Previous message: Peter: "Re: SQL Server update using cursor does re select"
- Next in thread: Narayana Vyas Kondreddi: "Re: BULK Insert Problem"
- Reply: Narayana Vyas Kondreddi: "Re: BULK Insert Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|