Is there a "last modified" property for objects in enterprise manager

  • I wonder if there is a "Last Modified" property for any object so that I can check it somewhere in EM or QA.

    Thanks.

  • I dont think you have the last modified property w.r.t objects in the database but you can find out the crdate and schema version in sysobjects tables..

    crdate - date of the object created ( if the object is dropped and recreated then it will have latest date)

    schema_ver - Version number that is incremented every time the schema for a table changes

     

     

    -Krishnan

  • That's not what I want.

    What I am concerning is, since multiple users can access the database, which tables or sp/fn.. have been modified. It's just like Windows File Explorer, it lets you know when a file is last modified.

     

  • Sorry we do not have anything in SQL 2000

     


    Kindest Regards,

    Amit Lohia

  • One area I consider lacking in SQL ........   One of the things I miss about our AS400 is the depth of information like "Last Used" data .....

Viewing 5 posts - 1 through 4 (of 4 total)

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