I am working on a stored procedure optimization and the issue I am facing is, only the first time execution I am seeing the correct execution time. For every calls after that, the execution time is not correct because the stored procedure is already compiled and cached. Is there a way to clear the cache and make the stored procedure to recompile so that I can optimize it properly.