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
have a look at this
Is it better to use an uniqueidentifier(GUID) or a bigint for an identity column?