Hello,
I am noticing that the inserts are slow on our production. I started a sql profiler trace to see which inserts are taking longer time to complete. A bunch of inserts appear to complete around 700 milliseconds and other than those all look well. At this point of time I am assuming it may not be the length of inserts but the quantity of inserts that are actually slowing things down. Is there a way that I can group by the profiler results based on duration? These are the columns that I captured from trace:
Duration
ObjectName
TextData
CPU
Reads
Writes
IntegerData
DatabaseName
ApplicationName
StartTime
EndTime
SPID
LoginName
EventSequence
BinaryData
Thanks