What would be the best way to achieve a human readable number,
currently have Identity set to a surrogate key.
have been thinking of identity seed but this would lead to gaps.
If i were to generate within a transaction scope then, would concurrency have an effect ?
Would prefer to avoid DBCC CHECKIDENT trigger.
thanks.