March 16, 2011 at 5:42 am
Hi All,
In my Production server one of the Table Name is changed. How to find out who changed and when that table is named.. Thanks in advance..
Thanks,
Omeswar Reddy
March 16, 2011 at 5:55 am
It might be in the default trace, I don't know if rename operations are caught there. If not and you had no custom traces running, there's no way to tell for sure.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 16, 2011 at 6:02 am
You can find some of this information from right-clicking on the database and selecting reports --> standard reports --> Schema Changes History.
It can be a tricky to track down specific changes though.
This information comes from the default trace, and is another way of viewing it rather than querying it directly
Actually I dont think table name changes are recorded so this may not be of much use sorry.
March 16, 2011 at 6:37 am
Here's some info on the default trace.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 16, 2011 at 7:40 am
Thanks for reply.. By using reports my issue is resolved..
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply