December 7, 2010 at 9:42 pm
Hi there
I have dropped a SP and created and our app was still using the old SP text so i went to SQL-server (2005) and used
SP_helptext to see the text of the SP it was still not updated. I went to object explorer the SP was updated to new 1
I then used sp_recompile to recompile that particular SP still no luck
I then uses DBCC FREEPROCCACHE still no luck
I then dropped the SP still no luck (still showing the old SP text)
I then created the SP after a while say 15 minutes i could able to see the new result text for that SP
Is there any bug in SP_helptext?
from where the SP_helptext reads the SPs text from?
How can a dropped SP still be accessible using sp_helptext?
Cheers
December 8, 2010 at 2:57 am
I followed the same steps on an instance running SQL Server 2005. But I could not reproduce the issue.
sp_helptext gets the information from syscomments view.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
December 9, 2010 at 1:28 pm
I'm betting that you dropped/created the sp in the wrong database, perhaps the master database.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy