Re: bulk insert
- From: "Anthony Thomas" <ALThomas@xxxxxxxxx>
- Date: Sat, 18 Nov 2006 12:12:37 -0600
Is the F: drive local for each cluster node, or is it a shared cluster
physical drive resource?
Anthony Thomas
--
"Juan Bautista" <JuanBautista@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CA335F4E-A9C6-4117-A107-53CD1995B21F@xxxxxxxxxxxxxxxx
Thanks for your reply, here is the bulk insert statement, as you couldall
see there is nothing special in it.
BULK INSERT Users_Table
FROM 'F:\UsersLoad.txt'
WITH (
fieldterminator='|'
rowterminator='\n' )
"Linchi Shea" wrote:
That doesn't sond right. We do bulk insert into clustered SQL instances
'filethe time, and if a non-existing file is specified, an error stating
here.does not exist' is encountered.
It may help if you post you BULK INSERT statement. Something is missing
trying to
Linchi
"Juan Bautista" wrote:
We have an clustered sql server 2000 with service pack 4. We are
noimport some date using 'bulk insert'. The command ends ok but there is
that notrows inserted on our table. Furthermore if we specifify a data_file
(sqlexists the commands end ok with no error message.
The same command and same data_file in our development environment
a dataserver 2000 service pack 4 NOT clustered) works fine and if we specify
file that not exists we receive the corresponding error message.
.
- Prev by Date: Re: Looking for suggestions on specs
- Next by Date: Re: ClusterService Log On Account and SQL2000
- Previous by thread: Move Clustered SQL 2000 database to stand alone server
- Next by thread: Re: Cannot start configuration manager on 1 of our active nodes
- Index(es):