I want to do after I an INSERT
in table X
to copy that record into another History
table immediately.
Now the table has the primary key as an Identity
column, so the record won't have an primary key id until it is actually inserted.
My question is if I do a trigger
on this record will I get the identity id for that record or will it still be blank?