ConFoo Montreal 2026: Call for Papers

Voting

: five plus three?
(Example: nine)

The Note You're Voting On

Quickdraw
20 years ago
In response to Holger's comment about using @@identity:

Be carefull. If the table you're inserting into has a trigger that also inserts into another table that has an identity column you'll get the key of that other table! use scope_identity() instead of @@identity

<< Back to user notes page

To Top