Getting a unique ID in SQL Server - other than a GUID
Posted by Brad Eck on 10/02/52 11:46
In Access, newID returns a unique for the table. In SQL Server, newid()
returns a GUID - unique in the world. I do not need or desire that
complexity. Is there a way to get a simple unique int on the table in
SQL Server?