how to get the current identity value sql server code example Example: how to get table current identity value in sql server SELECT IDENT_CURRENT('Pets') AS Result;