Merging two tables, duplicate keys
问题 *I'm very new to this, I might (probably will?) be talking some jibberish now and then, feel free to correct me ;) I'm playing around with different primary key/index strategies and was wondering about the following. In many cases the choice for a GUID as the primary key is providing the record with unique identification across any database. Now there are some performance issues with using GUIDs as primary key (and default behaviour of using it as the clustered index). There are a few