Can't delete a SQL Database?
        Posted  
        
            by rlb.usa
        on Server Fault
        
        See other posts from Server Fault
        
            or by rlb.usa
        
        
        
        Published on 2010-05-24T16:59:58Z
        Indexed on 
            2010/05/24
            17:02 UTC
        
        
        Read the original article
        Hit count: 604
        
ms-sql-2008
|drop-database
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?
© Server Fault or respective owner