Activity overview
Latest activity by NelsonG
Hi @Jessica R Thanks for replying. Yes, the primary key/GUID is defaulted to NEWID() for new rows. I've tried unmapping the GUID column hoping it would try to not insert anything for that column which would force it to use the default value instead but from looking at the insert scripts it generates, it's still trying to pass the original GUID from the source table causing the GUID clash. / comments
Hi @Jessica R Thanks for replying.Yes, the primary key/GUID is defaulted to NEWID() for new rows. I've tried unmapping the GUID column hoping it would try to not insert anything for that column whi...
Comparing with Custom Keys
Hi,Suppose I've got a Table with a GUID (which is the primary key), a Name, a Description and a Datetime stamp. Comparing based on the GUID is not going to work in my case, I need to compare based ...