dbTalk Databases Forums  

Performance Counters for stored proc calls within DTS

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


Discuss Performance Counters for stored proc calls within DTS in the microsoft.public.sqlserver.dts forum.



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

Default Performance Counters for stored proc calls within DTS - 03-04-2004 , 11:57 AM






Hi,
I have some long running DTS packages that call some stored procs that
do significant processing. Is there are way to put performance counters
around the calls to the stored procedures in the DTS package.

Has any one done this? Does .NET help in this scenario? We are running SQL
Server 2000 with sp3 with .NET v 1 as our development platform.

TIA



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Performance Counters for stored proc calls within DTS - 03-04-2004 , 02:05 PM






In message <eB8loIhAEHA.444 (AT) TK2MSFTNGP11 (DOT) phx.gbl>, ShikariShambu
<shikarishambu70 (AT) hotmail (DOT) com> writes
Quote:
Hi,
I have some long running DTS packages that call some stored procs that
do significant processing. Is there are way to put performance counters
around the calls to the stored procedures in the DTS package.

Has any one done this? Does .NET help in this scenario? We are running SQL
Server 2000 with sp3 with .NET v 1 as our development platform.

TIA


I would start with Profiler. This will allow you to see the SQL issued
by the package.

You can add user configurable trace events into your stored procedures.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



Reply With Quote
  #3  
Old   
ShikariShambu
 
Posts: n/a

Default Re: Performance Counters for stored proc calls within DTS - 03-04-2004 , 02:34 PM



I don't want a one time solution. I want to capture the performance
information on an ongoing basis.

"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote

Quote:
In message <eB8loIhAEHA.444 (AT) TK2MSFTNGP11 (DOT) phx.gbl>, ShikariShambu
shikarishambu70 (AT) hotmail (DOT) com> writes
Hi,
I have some long running DTS packages that call some stored procs
that
do significant processing. Is there are way to put performance counters
around the calls to the stored procedures in the DTS package.

Has any one done this? Does .NET help in this scenario? We are running
SQL
Server 2000 with sp3 with .NET v 1 as our development platform.

TIA



I would start with Profiler. This will allow you to see the SQL issued
by the package.

You can add user configurable trace events into your stored procedures.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org




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.