In the case where you are moving a database from one instance to another, the database must first be detached from any existing SQL instance. If you attempt to attach ...
The purpose of sqlhooks is to provide a way to instrument your sql statements, making really easy to log queries or measure execution time without modifying your actual code.