Depends on how the table is used. But if you do and if you are retrieving
many records at a time by PK and there is a good chance that those records
were created at the same time (for example an order details table), you may
want to generate the GUIDs using the 'old' GUID generation function
UuidCreateSequential.
http://msdn.microsoft.com/library/de...sequential.asp
"Rick" <ri**@abasoftware.com> wrote in message
news:28**************************@posting.google.c om...
When using a Guid as your primary key in a table, does it make
sense to make it a clustered index?
Thanks,
Rick