Easily Get the Inserted Identity in SQL April 5, 2018 Getting the inserted identity is quite easy in SQL. All you have to do is the following: SELECT IDENT_CURRENT(‘MyTable’)