Open
Uniqueidentifier with NEWSEQUENTIALID as Primary Key
I like to use a domain with Uniqueidentifier as datatype for primairy key fields in tables.
In this case the pk field of new records should get a the value of function NEWID() or NEWSEQUENTIALID().
Using NEWID can be achieved by using a default procedure, but using NEWSEQUENTIALID() as default value in the table definition will result in better performance.
I think this requires adjustments in the SF.
In this case the pk field of new records should get a the value of function NEWID() or NEWSEQUENTIALID().
Using NEWID can be achieved by using a default procedure, but using NEWSEQUENTIALID() as default value in the table definition will result in better performance.
I think this requires adjustments in the SF.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.