Get next identity key id
USE DATABASENAME GO SELECT IDENT_CURRENT('TABLENAME') + IDENT_INCR('TABLENAME')