SELECT IDENT_CURRENT('dbo.person');
This will select the most recently-added identity value on the selected table, regardless of connection or scope.