By rahul8979525259
via c-sharpcorner.com
Submitted: Dec 06 2012 / 09:43
In this article I am explaining how to get the last inserted identity value of an auto increment column of database tables using SQL Server variable (@@IDENITY) and functions (SCOPE_IDENTITY() and IDENT_CURRENT()
Add your comment