March 5, 2014 at 11:33 am
Yes forgive me I still maintain some VLDB's on SQL 2000 and trying to improve performance where I can.
A thought entered my head while pouring through old nast code - We have a lot of SPROC's calling even more SPROC's that even call more SPROC's... Well you get the idea... 😉
Now, does that in itself effect the plan cache(ability) at all of the SPROC? Force any kind of recompile each time etc.?
I can't seem to dig out an answer...
Much thanks! 🙂
[font="Verdana"]-- Wally
-- Reluctant DBA[/font]
March 5, 2014 at 12:06 pm
WaIIy (3/5/2014)
Now, does that in itself effect the plan cache(ability) at all of the SPROC?
No
Force any kind of recompile each time etc.?
No
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 5, 2014 at 12:12 pm
GilaMonster (3/5/2014)
WaIIy (3/5/2014)
Now, does that in itself effect the plan cache(ability) at all of the SPROC?No
Force any kind of recompile each time etc.?
No
Thank you! :w00t:
[font="Verdana"]-- Wally
-- Reluctant DBA[/font]
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply