Find out the Last Modified date of the Table

  • Hi,

    Is there any query available to find out the Last Modified Date of the MS SQL - 2000 Table.

    Regards,

    S.Balavenkatesh

  • SQL 2000 questions are best posted in the SQL 2000 forums.

    Do you mean last change of structure or last change of data?

    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

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • i want when it was modified the table structure both sql 200 and sql2005

  • In SQL 2005 you can look at the modify_date in sys.tables

    In SQL 2000 I don't think there's any way of checking, unless you've got a trace running.

    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

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Thanks for your information

  • Thanks for your information

  • PLEASE don't double post anymore... spreads resources too thin.

    http://www.sqlservercentral.com/Forums/Topic436564-5-1.aspx

    --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)

Viewing 7 posts - 1 through 6 (of 6 total)

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