Helical Johan
Ten Centuries
Points: 1033
More actions
May 7, 2008 at 4:19 pm
#186299
How auto increment a field without using identity property?
Steve Jones - SSC Editor
SSC Guru
Points: 738632
May 7, 2008 at 6:58 pm
#812175
You can't really autoincrement it. You can set a trigger to look at the updates and then set a value, but it could have concurrency issues.
Why not use an identity?
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply