This article describes how to run a standard report to display recent DDL changes.
If the data is captured, it’s probably in a table somewhere. I would like to Trace this location so I can construct my own reports.
Is this possible?
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.
Option #1
This query contains path column. Copy the path of your trace file and now use the below query
Which Table(Object) is modified and Who Modified ?
Option #2
SQL Server – Auditing Schema Changes using DDL Triggers
This approach will tell which column was added, or what command was used to add