Profiler is probably best for that task. If it is a sproc causing the big
reads you can either review the code and figure it out yourself (using
profile-captured input parameters for the sproc). You could also step down
to statement level tracing inside the sproc call, but be warned that this
can lead to significant performance hit for the profiler data.

Signature
Kevin G. Boles
Indicium Resources, Inc.
SQL Server MVP
kgboles a earthlink dt net
> Hello
> The Installation is SQL Server 2005 Enterprise Edition with 8 Processor.
[quoted text clipped - 12 lines]
> regards
> Paolo