• Are you saying that you want a single table that holds

    TableName, DateLastModified

    If so, then one way would be to add a trigger to every table that you require to be logged to create or update the record in the LastUpdate table.