Re: parallel data load using bcp
From: Gert E.R. Drapers (GertD_at_SQLDev.Net)
Date: 09/07/04
- Next message: CB: "Yukon Beta Program"
- Previous message: Homer: "Reporting Srvs Features in Yukon"
- In reply to: Vivek T S: "parallel data load using bcp"
- Next in thread: Vivek T S: "Re: parallel data load using bcp"
- Reply: Vivek T S: "Re: parallel data load using bcp"
- Reply: Vivek T S: "Re: parallel data load using bcp"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 7 Sep 2004 14:13:52 +0200
Did you satisfy all the other requirements for parallel bulk loading?
Database is using BULK_LOGGED or SIMPLE recovery model and the destination
table does not have any indexes?
GertD@SQLDev.Net
Please reply only to the newsgroups.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
Copyright © SQLDev.Net 1991-2004 All rights reserved.
"Vivek T S" <VivekTS@discussions.microsoft.com> wrote in message
news:409D8E47-D422-48C7-B076-0A9CAE5D39AE@microsoft.com...
>
> i did a parallel load into a single table using bcp from 2 machines. as
> suggested in the docs i used the TABLOCK hint. as a result i observed
> that:
> a) first all the data from machine1 is inserted. When this is finished
> then
> all the data from machine2 is inserted
> b) i don't see any parallelism in this . Is there any other way of
> acheiving
> true paralellism.
>
> NOTE: SQL Server is running on a dual cpu machine
> --
> Vivek T S
> Member Technical Staff (Inucom)
- Next message: CB: "Yukon Beta Program"
- Previous message: Homer: "Reporting Srvs Features in Yukon"
- In reply to: Vivek T S: "parallel data load using bcp"
- Next in thread: Vivek T S: "Re: parallel data load using bcp"
- Reply: Vivek T S: "Re: parallel data load using bcp"
- Reply: Vivek T S: "Re: parallel data load using bcp"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|