Is there a tsql query to tell what SQL server identity column value it expects to use for the next row insert?
Edited to add:
I deleted and
SELECT IDENT_CURRENT('mytable') + IDENT_INCR('mytable') FROM mytable