Phantom system stored procedures

  • I have a bunch of dt_%  system stored procedures in my database but can't delete them.  They are all related to Visual Studio, looks like they got copied from a dev database to production.

    Any ideas how I can get rid of them?

    Thanks,

    Jim.

  • why do you care? Extra procs have no impact on the system.

  • It looks messy and they shouldn't be there. 

  • just execute  

    drop procedure PRocName from the db where they belong.

     

    please post the errors here if any.

  • Interesting, I can remove them from QA but not from EM, thanks for your help...

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply