> Good morning :)
> I'm trying to get useful performance information from my DB2 v8.2
[quoted text clipped - 10 lines]
>
> Thanks in advance for your help
You can get this information using snapshot for dynamic sqls either
the classic method or the stored procedure method. This will give #
of execution, cpu used, the sql , etc. You can then slice and dice
it the way you want.
Roger
Quasar - 30 Oct 2007 12:56 GMT
> You can get this information using snapshot for dynamic sqls either
> the classic method or the stored procedure method. This will give #
> of execution, cpu used, the sql , etc. You can then slice and dice
> it the way you want.
>
> Roger
Thx a lot!! Really helpful!
Quasar