I have a live database that has existing connections. I want to delete this database regardless of any open connections.
I use SQL Server Management Studio.
What is the bast way:
detachcommand and then delete physical file?deletecommand?
I hope the question is clear