How to check or how do I know who has renamed a table on Prod server

  • hi DBAs,

    how do I know who has renamed a table on Prod server.

    here I can check the modified_date of the table from the sys.tables , but how do I know Which user has renamed the table...

    replys always appreciated. cheers..

  • I don't know for sure because I haven't used it in about 3 years but that kind of information might be in the default trace file. I know that table drops end up showing up there.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Jeff Moden (8/28/2014)


    I don't know for sure because I haven't used it in about 3 years but that kind of information might be in the default trace file. I know that table drops end up showing up there.

    It is in there as an Object:Altered event and the ObjectName is filled in with the original name. Just remember the Default Trace only has 100MB of data so, depending on how busy your server is, the event may have aged out of the trace.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply