Unix Technical Forum

Slow DTS Performance

This is a discussion on Slow DTS Performance within the SQL Server Data Warehousing forums, part of the Microsoft SQL Server category; --> Hi, I wonder how can I diagnose where is the bootleneck of my system. DTS are running very slow ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server Data Warehousing

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 07:55 PM
Piotr
 
Posts: n/a
Default Slow DTS Performance

Hi,
I wonder how can I diagnose where is the bootleneck of my system.
DTS are running very slow as there is CPU usage about 20% and Avg. disk
queue about 100% all the time.
Is this mean that disks are too slow ?
Is there any possibility to do some memory tuning ?

regards
Peter

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-27-2008, 07:55 PM
Jéjé
 
Posts: n/a
Default Re: Slow DTS Performance

I presume you talk about a bulk insert data movement?
if yes, do you have indexes in the target table?
how many disks have you and what is the Raid level (if any)?
how many rows and memory do you have?
how many rows by seconds are inserted? (bulk insert performance counter)

"Piotr" <hokah@wp.pl> wrote in message
news:1156491355.198100.285940@i3g2000cwc.googlegro ups.com...
> Hi,
> I wonder how can I diagnose where is the bootleneck of my system.
> DTS are running very slow as there is CPU usage about 20% and Avg. disk
> queue about 100% all the time.
> Is this mean that disks are too slow ?
> Is there any possibility to do some memory tuning ?
>
> regards
> Peter
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-27-2008, 07:55 PM
Jéjé
 
Posts: n/a
Default Re: Slow DTS Performance

another question, does your input is a query or a table?
if its a query, does this query is a complex one? (with multplie joins and
other calculations)
the problem can come from the source and not the destination.
if the query is complex, then reading the result from the source can be
slower then expected.

"Jéjé" <willgart_A_@hotmail_A_.com> wrote in message
news:OaAudGFyGHA.4232@TK2MSFTNGP05.phx.gbl...
>I presume you talk about a bulk insert data movement?
> if yes, do you have indexes in the target table?
> how many disks have you and what is the Raid level (if any)?
> how many rows and memory do you have?
> how many rows by seconds are inserted? (bulk insert performance counter)
>
> "Piotr" <hokah@wp.pl> wrote in message
> news:1156491355.198100.285940@i3g2000cwc.googlegro ups.com...
>> Hi,
>> I wonder how can I diagnose where is the bootleneck of my system.
>> DTS are running very slow as there is CPU usage about 20% and Avg. disk
>> queue about 100% all the time.
>> Is this mean that disks are too slow ?
>> Is there any possibility to do some memory tuning ?
>>
>> regards
>> Peter
>>

>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-27-2008, 07:55 PM
lucm@iqato.com
 
Posts: n/a
Default Re: Slow DTS Performance

Piotr wrote:
> Hi,
> I wonder how can I diagnose where is the bootleneck of my system.
> DTS are running very slow as there is CPU usage about 20% and Avg. disk
> queue about 100% all the time.


If it is not already done, try to set the database recovery model to
Bulk Insert instead of Full.

> Is this mean that disks are too slow ?


Fire up the Performance Monitor in Windows and have a look at the I/O
counters.

> Is there any possibility to do some memory tuning ?


You must first find out if memory is an issue. Again try the
Performance Monitor.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-27-2008, 07:56 PM
Piotr
 
Posts: n/a
Default Re: Slow DTS Performance

Im doing testing ... let you know soon

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:27 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com