RE: Insert Performance Degradation
From: Alejandro Mesa (AlejandroMesa_at_discussions.microsoft.com)
Date: 02/17/05
- Next message: Alejandro Mesa: "RE: Using COUNT in Stored procedure"
- Previous message: Alejandro Mesa: "RE: Retreiving column data as separate rows"
- In reply to: RG: "Insert Performance Degradation"
- Next in thread: RG: "RE: Insert Performance Degradation"
- Reply: RG: "RE: Insert Performance Degradation"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Feb 2005 09:09:02 -0800
Use Profiler to trace the statements sent to sql server. Start by using the
duration template and filter for duration greater than, let us say, 1000
milliseconds or whatever amount you decide. See BOL for more information
about "Profiler".
AMB
"RG" wrote:
> I am working with SQL Server 7 on win2k server. There was a vb6 ado ODBC
> application written accessing this SQL Server 7 db. Unfortunately, through a
> series of workstation upgrades, the source code was lost.
>
> Recently, the performance of table inserts degraded significantly. I am
> trying figure out as to what is causing it.
>
> I am guessing there is some sort of locking problem going on.
>
> Is there a utility which allows you to trace ODBC activity?
>
> If anyone knows of any other utility or method to diagnose the problem, I
> would greatly appreciate help.
>
> Thanks in advance
- Next message: Alejandro Mesa: "RE: Using COUNT in Stored procedure"
- Previous message: Alejandro Mesa: "RE: Retreiving column data as separate rows"
- In reply to: RG: "Insert Performance Degradation"
- Next in thread: RG: "RE: Insert Performance Degradation"
- Reply: RG: "RE: Insert Performance Degradation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|