| http://www.w3.org/ns/prov#value | - In fact, the hand_id column is an IDENTITY (auto-increment) column, meaning that SQL Server manages that value anyway (in fact, you can not insert values into that column without going to the extra trouble of switching on IDENTITY_INSERT mode prior to beginning your INSERT statements, IIRC).
|