Viewing 2 posts - 1 through 2 (of 2 total)
It's possible to see how the data in the table looked at a previous moment.
The table being defined as:
create table MyTable (
a int not null primary key,
...
August 2, 2006 at 4:03 pm
#652953
I don't think it's a good idea to audit ALL tables in the database.
For the most important tables (which usually are small so the overhead is minimal), I use the...
August 2, 2006 at 1:06 pm
#652921