refdate column in sysobjects table

  • Hi,

    Just i 've a query.

    Is the refdate column in sysobjects table is showing last access date of the object? If no what is that date?

    warmest

    Jayakumar K.

  • refdate is typically create date, but reserved for internal use by Microsoft. You cannot get the last access date of an object without tracking it with Profiler.

  • how do we use profiler to capture the modification of objects and store the results in a table?.

    Pls help..

    SqlIndia

  • sqlindia (6/23/2010)


    how do we use profiler to capture the modification of objects and store the results in a table?.

    Pls help..

    What version of sql are you using?

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

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