How can you find information about SQL database objects created? We're talking about CREATE DATABASE,CREATE INDEX,CREATE PROCEDURE,CREATE DATABASE. There are common scenarios where you may require these details. For example: 1) It is the organisation's sql server security policy for any production database to progress through a change request and review process. Monitoring database objects added , can identify developers attempting to avoid the review process. 2) Attempting to identify rogue processes. For example - software added to manage the server introduces new database processes - such as database tables 3) Troubleshooting an outage. An unexpected service impact occurs and...
Read more →