Here\'s a very simple question. I have an SP that inserts a row into a table and at the end there\'s the statement RETURN @@IDENTITY. What I can\'t seem to find is a way to
Someone says use
IDENT_CURRENT('TableName')
http://www.velocityreviews.com/forums/t303448-return-identity-after-sql-insert.html
-Zubair http://zubairdotnet.blogspot.com