dbTalk Databases Forums  

DTS and CPU

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS and CPU in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AA
 
Posts: n/a

Default DTS and CPU - 07-01-2004 , 05:29 PM






Is there a way to limit the CPU utilization that a DTS job uses.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS and CPU - 07-02-2004 , 01:12 AM






Design is the only option. DTS is simply a GUI over the top of OS, TSQL
commands etc etc. It cannot optimise your SQL Statements or tell the OS to
do something in a different way. What part of your DTS packages are having
problems? Do you have problems running these things external to DTS? What
version and Service pack are you running both OS and SQL Server?

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"AA" <AA (AT) discussions (DOT) microsoft.com> wrote

Quote:
Is there a way to limit the CPU utilization that a DTS job uses.



Reply With Quote
  #3  
Old   
Ilya Margolin
 
Posts: n/a

Default Re: DTS and CPU - 07-02-2004 , 07:50 AM



All you can do is lower priority of a step on OS level. This will allow
other processes outside DTS to move ahead.

Ilya

"AA" <AA (AT) discussions (DOT) microsoft.com> wrote

Quote:
Is there a way to limit the CPU utilization that a DTS job uses.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.