Hi there
It seems that having a GUID as a Primary Key field is a bad choise, because performance in large tables is bad. Especially on inserts. This because the the random value of the key property (GUID) can be inserted on any place in the index of the table. For this reason we want to research our options of changing the key type to a Int with some kind of conversion of the data. Is something like this possible?
Thanks,
Jacob