How to prevent a database from being restored?
- by André
Is there a way to prevent a database from being restored with a DDL trigger or something?
The background is that I would like to prevent restoring a database on a test server by a colleague. So far I had a look a DDL trigger but didn't find the right event to react on the restore action.