Posts
Sort by recent activity
Primary key violation populating an empty table
I have a three-column table (table1) with columns ID (int), key (varchar) and value (varchar). The primary key on the table is formed from columns ID and key.
The data generator is setup to populat...