get guid identity inserted

wxdqz

New Member
hi,

i use :
SELECT @@IDENTITY
to get the last identity number inserted in a table which get un int as primary key

when i do the same with a table which has a GUID as PK that doesn't work ?!?

somebody can say me how i can get it ???
 
Back
Top