Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 query plan

Author  Topic 

khatchik
Starting Member

9 Posts

Posted - 2001-02-21 : 17:09:27
My DBA says that my store procedure query plan gets recompiled every time it is called. This cause deadlock situations. I am thinking that it could be from the multiple "if statements" in the store procedure. How can I prevent the store procedure being recompiled everytime?


chris isayan
   

- Advertisement -