• All,

    It wants to "delete database backuphistory". This seems to be the issue. If I skip that, will I have issues later down the road?

    EXEC msdb.dbo.sp_delete_database_backuphistory @database_name = N'xx_Training'

    GO

    USE [master]

    GO

    /****** Object: Database [xx_Training] Script Date: 07/09/2013 07:48:36 ******/

    DROP DATABASE [xx_Training]

    GO

    Thank you