Community

Islands and Gaps in Sequential Numbers

(Alexander Kozak) SQL Server developers often use either the IDENTITY column or the MAX() function (for example, MAX(id) + 1) to create unique identifiers for a table. I personally like the identities. In my opinion, they’re convenient and flexible. One of the things that I don’t like about them, th

Read More - Register for Free Membership