I created a new db then deattached it, but after messing around with the physical files I cannot reattach any longer. I can't use Drop Database because it tells me that it either doesn't exist or I don't have permissions.
select
* from sys.sysdatabases doesn't show the db because it was deattached. How can I delete the database permanently ? What system table do I need to modify manually to remove my db ?
Thank you,
Bob