Getting Last inserted Identity value in SQL server

added by deliciousdotnet
4/3/2011 8:25:58 AM

112 Views

In this article I would like to share my idea about getting Identity after a row was inserted in to the SQL Server 2005. After inserting a row into the database which has primary key feild, most of the time we need the identity, We have three approaches based on our requirements and situations.


0 comments