I have a set of triggers to keep track of database changes. I capture create, alter and delete. It has been tested with manual creation, file size modification and delete of a test database. Under those circumstances, it works. But the reason why I have this trigger is to catch when a third party application creates and add space to a database. The delete trigger is there for completeness for the deletions are done by me when the users are done with the database and the audit retention period expires. The application must be handling the growth because there is no auto-growth event but the ALTER DATABASE trigger is not fired. Has anyone experienced this? Thanks in advance,Eduardo
↧