I am creating a winform application in c#.and using sql database.
I have one table, employee_master, which has columns like Id, name, address
employee_master
Id, name, address
As for me, the best answer is:
dbcc checkident(table_name)
You will see two values (probably same) current identity value , current column value