Hi All,
I have an issue when I alter a stored procedure. For instance, I have 3 different SQL 2K servers. All 3 are identical. Recently I made a change to a SP on all 3. On 2 of the servers , all was fine. The SP ran as usual. On the third, when I run the altered SP, it will just hang. Very few , if any results are returned and I always have to cancel the execution. If I drop the SP and re-create is I get the same reults. However , if I create a new SP with the same code, just a different name, the newly named SP will work fine. This have happened to me a few times, on different servers. I imagine it is some sort of cache issue, but I cant find it. Anyone heard of this before?
regards,
Bill
I have an issue when I alter a stored procedure. For instance, I have 3 different SQL 2K servers. All 3 are identical. Recently I made a change to a SP on all 3. On 2 of the servers , all was fine. The SP ran as usual. On the third, when I run the altered SP, it will just hang. Very few , if any results are returned and I always have to cancel the execution. If I drop the SP and re-create is I get the same reults. However , if I create a new SP with the same code, just a different name, the newly named SP will work fine. This have happened to me a few times, on different servers. I imagine it is some sort of cache issue, but I cant find it. Anyone heard of this before?
regards,
Bill