Table modification history?

  • Does anyone know how to view a table's access history?

    Thanks,

    Mike

  • That doesn't exist in sqlserver. You must use the profiler and filter for specific table names (never did that so I can't really help more than that).

  • Are you wanting to monitor changes to the table structure, data, or access to the data?

    A Log Explorer tool would allow you to see changes to the data and structure.  Another way would be to create an audit table that logs changes, date/time stamp, and userid.  The only way I can think of to monitor access to the data is as Remi pointed out with profiler.

    Steve

  • Thanks.

    Mike

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

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