I just found a good one!
right-click a stored proc and select rename from the list of options.
now refresh SQL-Search (CTRL-ALT-D) and search for your old name. It will still be shown in the "create procedure dbo.xxxxx". it seems that you are not catching the rename!
They only workaround I found is to enter the SP in "modify" and hit F5.
right-click a stored proc and select rename from the list of options.
now refresh SQL-Search (CTRL-ALT-D) and search for your old name. It will still be shown in the "create procedure dbo.xxxxx". it seems that you are not catching the rename!
They only workaround I found is to enter the SP in "modify" and hit F5.