January 9, 2013 at 5:04 am
hi All,
I am facing a typical problem in my SP, actually the SP is using may temp tables.
For better logic i have removed a temp table (#AggreTemp), when i see the Statistics IO of my SP that temp table(#AggreTemp) is still showing in IO. But the SP Is working fine. i have double checked that the "#AggreTemp" is used in the SP Or not, it is not in the SP.
i have tried by clearing the Proc Cache FreeProceCache/DropCleanbuffers even it is showing in the Statistics IO.
Please help me on this.
Thanks,
π
January 9, 2013 at 6:14 am
Post the code of the stored procedure. Without it, the best folks can do is guess.
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
January 18, 2013 at 12:30 am
Actually the SP is calling one more SP, in that sp we have used the same temp table.
Thank you,
π
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply