Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I drop SQL Databases? sp_delete_database_backuphistory woes

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?

like image 735
rlb.usa Avatar asked May 24 '10 17:05

rlb.usa


1 Answers

enter image description here

Please uncheck the "Delete Backup and restore history information for databases" then click the OK button.

like image 182
baazi shaik Avatar answered Sep 18 '22 04:09

baazi shaik