Hi ,
While reading "benefits of stored procedure" I found term in case of stored procedure sql server stores plan and reuse it that's why procedure are more faster than ad-hoc query .
My question is sql server stores procedure execution plan permanently into database or just Cache the plan till catch memory not face space problem?
If it stores permanently! where we can see that.
Regards Vikas Pathak