Database '%.*s' is not marked suspect. You cannot drop it with DBCC.
This error occurs when you attempt to drop a database using dbcc dbrepair. Only databases marked as suspect can be dropped using this method.
A database can be marked suspect by the following:
Try to drop the database using the drop database statement. If this fails, see dbcc in the Microsoft SQL Server Transact-SQL Reference for more information on dropping databases.