Hello, I work as a db developer and this happened at least three times in the lasts months, all the stored procedures missing, tables or whole schemas, in development and testing environments, in different projects and DBs. The application developers can't drop them. The database arquitect doesn't seem very concerned as we have everything scripted once tested, but I lost work once. Some of the business logic is in the database and we have many stored procedures, even for droping schemas. I have administrator rights on these sql environments but I can't install anything on the servers and both are full of DBs so I can't copy them there or do proper backups.
So, how can I trace what's happening with the drops? And is possible to save in the background, at least the model of a db, locally, avoiding the drops?
Edit: I tried with a query that...