I need two timestamp fields in my table. One, of the timestamp type for update operation, and the one (binary(8)) for the insert one.
The timestamp type's value is auto generated by the sql server, Where to get the value for that second column from?
I'm not sure to understand your problem but :