I have a situation where two persons might work on the same order (stored in an MS SQL database) from two different computers. To prevent data loss in the case where one wou
You could use a timestamp field to check last edit date rather than a datetime field? (In SQL 2008 this is now RowVersion)