Database-wide unique-yet-simple identifiers in SQL Server

后端 未结 11 799
余生分开走
余生分开走 2020-12-12 12:50

First, I\'m aware of this question, and the suggestion (using GUID) doesn\'t apply in my situation.

I want simple UIDs so that my users can easily communicate this i

11条回答
  •  北海茫月
    2020-12-12 13:16

    Why not a simple Base36 representation of a bigint? http://en.wikipedia.org/wiki/Base_36

提交回复
热议问题