I’d like to monitor the DB object in SQL Server. If someone add/modify the table/SP/view I need to get notified or logged in another table.
Is this possible? Do we need to use any other third party DB tools?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This can be done using DDL Triggers (plus Database mail)
Using DDL Triggers in SQL Server 2005 to Capture Schema Changes
Designing DDL Triggers
DDL Events for Use with DDL Triggers
SQL Server 2005 DDL Trigger Workbench