Re: How to set FILLFACTOR
From: Thomas Kejser (thomas_at_kejser.org)
Date: 01/02/05
- Next message: Hannes Mayer: "SQL Server Detached DB - Attach DB"
- Previous message: rajkurapati: "Re: Why "VIEW" a date dimension?"
- Next in thread: Nags: "Re: How to set FILLFACTOR"
- Reply: Nags: "Re: How to set FILLFACTOR"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 2 Jan 2005 14:43:32 +0100
Hi Nags
What utility do you use to load the data into the tables?
In order of load performance the follwing are the best utilities for SQL
2000
- BULK INSERT command
- DTS data pump with the correct settings
- BCP
Though you would expect BCP to perform very good you can gain better
performance by using the BULK INSERT command - it seems that this command
uses the netlib to bulk insert whereas BCP uses OLEDB
Yours sincerely
Thomas Kejser
- Next message: Hannes Mayer: "SQL Server Detached DB - Attach DB"
- Previous message: rajkurapati: "Re: Why "VIEW" a date dimension?"
- Next in thread: Nags: "Re: How to set FILLFACTOR"
- Reply: Nags: "Re: How to set FILLFACTOR"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading