z**********8 发帖数: 2049 | 1 是不是sql server, BY DEFAULT, 对于记录的每一个CREATION 或者UPDATE 都有一个
记录?
不仅仅是一个RECORD,而且是当中的某一个FIELD的信息的加入,或者更新。
谢谢 | d***e 发帖数: 793 | 2 try this thread
http://stackoverflow.com/questions/5299669/how-to-see-query-his
【在 z**********8 的大作中提到】 : 是不是sql server, BY DEFAULT, 对于记录的每一个CREATION 或者UPDATE 都有一个 : 记录? : 不仅仅是一个RECORD,而且是当中的某一个FIELD的信息的加入,或者更新。 : 谢谢
| d***e 发帖数: 793 | 3 I think if this is one time thing, you can restore DB to recover the value.
If it's on-going, we used trigger in tracking changes in one similar case.
But I'm not sure whether it is the best approach since it will affect the
performance a little bit.
【在 d***e 的大作中提到】 : try this thread : http://stackoverflow.com/questions/5299669/how-to-see-query-his
|
|