I am trying to alter a stored proc that has two temp tables in it. I ran it once to test it and it was taking too long so I stopped the process. That left two orphaned tables in the db. Now when I try to ALTER PROCEDURE it tells me those objects already exists.
I have tried searching all objects from all databases on the name of those tables and it keeps finding nothing. I rebooted the server, same thing.
Does anyone have any idea how to get rid of an orphaned temp table????
Thank you!!!!!!!!!!!
I have tried searching all objects from all databases on the name of those tables and it keeps finding nothing. I rebooted the server, same thing.
Does anyone have any idea how to get rid of an orphaned temp table????
Thank you!!!!!!!!!!!