Re: Powerful server takes more than 30 minutes to run DTS package
- From: Devious Devil <DeviousDevil@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 8 Oct 2007 07:09:04 -0700
Hi,
Can you tell if there is a way to save the results of perfmon and some ideas
as to the kind of things other than CPU, disk IO to monitor as we don't have
permission to run either of these utilities ourselves so will have to rely on
our clients IT team to it and send us the results.
Regards,
Peter
"jhofmeyr@xxxxxxxxxxxxxx" wrote:
On Oct 4, 8:54 am, Devious Devil.
<DeviousDe...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi,
Problem Context:
I have a group of related DTS packages each one produces a single CSV file.
I have another DTS package which calls each of the related group one after
another to genereate all the files in one go. The DTS packages are run via a
stored procedure that calls xp_cmdshell that runs DTSRun.exe. The SP is call
from a .NET 2.0 WinForms application. The proxy account has been set and is
used to run the DTS packages. A windows account for the proxy is used and has
access to the destination directory for the files.
For most of our clients it works fine however for 1 of our clients it
timesout. The timeout limit in .NET code for the export is 30 minutes.
Now for the strange bit, on our development server using a copy of the
clients database the export takes between 5 and 6 minutes (well within the 30
minute limit); our server is a 2 CPU, 2 GB RAM, Win 2003 SP1, SQL Server 2000
SP4 machine. The clients server is a 4 CPU, 4GB RAM, Win 2003 SP2, SQL Server
2000 SP4.
There doesn't seem to be anything running on the server that would impact
the SQL Server in any significant way, certainly nothing that would cause
their server to run at least 5 times slower than ours. In fact our server in
theory is under more pressure as developers from other projects also use it.
Anybody with any ideas that we could check or things we could try would be
much appreciated.
Regards,
Peter
Hi Peter,
Have you tried running SQL Profiler and Perfmon to see what it is
actually doing? It seems unlikely that it would be hitting any
resource constraints, more likely there is a permissions issue
somewhere in the chain of events.
Good Luck!
J
- Follow-Ups:
- References:
- Prev by Date: Unable to open DTS package
- Next by Date: Re: In Execute SQL Task UDF is not taking parameters
- Previous by thread: Re: Powerful server takes more than 30 minutes to run DTS package
- Next by thread: Re: Powerful server takes more than 30 minutes to run DTS package
- Index(es):
Relevant Pages
|