Re: DTS Performance
- From: "Allan Mitchell" <allan@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 5 May 2005 19:50:44 +0100
OK So some ideas
DROP indexes on the destination and reapply afterwards
Make sure the log and data file size are not going to need to expand during the import
Set the Recovery mode to SIMPLE
Make sure there are no triggers on the destination.
Any users on the system at the same time?
--
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - SQL Server 2005 Integration Services.
www.Konesans.com
"Robert Hamilton" <RobertHamilton@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:73A473C0-7334-4BC1-AA4B-AE884E0237B8@xxxxxxxxxxxxxxxx
>I have a DTS package that for the past 4 weeks has taken between 3.5 and 4.5
> hours to run each night. Without any other things going on or additions to
> the DTS, the job jumped to 6.5 hours two nights in a row, and then
> skyrocketed to over 22 hours.
>
> I removed the 15 queries, out of over 65 queries, that take the most time
> and put them into a separate DTS to experiment. This didn't help.
>
> The data warehouse hardware is new and there are not very many users or
> applications hitting it. There is nothing else running on the hardware. We've
> rebooted the server, but that didn't help.
>
> I'm guessing the problem has to do with database logging. The log file for
> this database is 2.74 GB and the database itself is 2.67 GB. There is over
> 300 GB free on the server. The log files and the database files are on the
> same drive, which I realize isn't optimal, but this has always been the case.
> We plan on seperating them, but I doubt this is the cause of the sudden jump
> in process time.
>
> The DTS package actually drops all of the records from all of the tables
> each time it runs, then reloads them from the source and performs the
> transformation updates. With this in mind, logging isn't all that important
> from our perspective for this database.
>
> Any ideas would be greatly appreciated...
>
> Thanks,
> Rob
>
.
- References:
- DTS Performance
- From: Robert Hamilton
- DTS Performance
- Prev by Date: Global Variable - Output Parameter not returning value
- Next by Date: Package fails when schedule from Oracle DB
- Previous by thread: DTS Performance
- Next by thread: Re: DTS Performance
- Index(es):
Relevant Pages
|