Avoid change in database record
Posted
by Khou
on Stack Overflow
See other posts from Stack Overflow
or by Khou
Published on 2010-04-16T02:58:14Z
Indexed on
2010/04/16
3:03 UTC
Read the original article
Hit count: 366
how do you make your software aware of database records changes that was not modifed by your application? (ie it was modified externally, in MS SQL Server Management Studio or other).
Do you do a checksum? and store it somewhere? or what do you do?
© Stack Overflow or respective owner