SQL Server - Guid VS. Long

后端 未结 7 1825
野的像风
野的像风 2020-12-29 00:06

Up until now i\'ve been using the C# \"Guid = Guid.NewGuid();\" method to generate a unique ID that can be stored as the ID field in some of my SQL Server database tables us

7条回答
  •  死守一世寂寞
    2020-12-29 01:10

    have a look at this

    Is it better to use an uniqueidentifier(GUID) or a bigint for an identity column?

提交回复
热议问题