Re: Performance Counters for stored proc calls within DTS
From: Darren Green (darren.green_at_reply-to-newsgroup-sqldts.com)
Date: 03/04/04
- Next message: Peter Feller: "HTTPWebRequest - GetResponse throws exception"
- Previous message: Sam: "RichTextBox and MailMerge"
- In reply to: ShikariShambu: "Performance Counters for stored proc calls within DTS"
- Next in thread: ShikariShambu: "Re: Performance Counters for stored proc calls within DTS"
- Reply: ShikariShambu: "Re: Performance Counters for stored proc calls within DTS"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 4 Mar 2004 20:05:35 +0000
In message <eB8loIhAEHA.444@TK2MSFTNGP11.phx.gbl>, ShikariShambu
<shikarishambu70@hotmail.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
- Next message: Peter Feller: "HTTPWebRequest - GetResponse throws exception"
- Previous message: Sam: "RichTextBox and MailMerge"
- In reply to: ShikariShambu: "Performance Counters for stored proc calls within DTS"
- Next in thread: ShikariShambu: "Re: Performance Counters for stored proc calls within DTS"
- Reply: ShikariShambu: "Re: Performance Counters for stored proc calls within DTS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading