How do I drop SQL Databases? sp_delete_database_backuphistory woes

Posted by rlb.usa on Stack Overflow See other posts from Stack Overflow or by rlb.usa
Published on 2010-05-24T17:07:24Z Indexed on 2010/05/24 17:11 UTC
Read the original article Hit count: 541

I want to delete some SQL Databases on my server, but I'm having problems. My login has the roles:

  • public
  • dbcreator
  • serveradmin

When I right click the database and hit Delete, it says that

Delete backup history failed for server 'MYSERVER' (Microsoft.SqlServer.Smo)
Additional Information: The EXECUTE permission was denied on the object 'sp_delete_database_backuphistory'

How do I delete these databases?

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about drop-database