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.
| 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 |
|
|
|
|
|