Hello, my table structure has 6 columns, with a primary key on all six columns. When I use the SQLBulkCopy.WriteToServer(DataReader) it's trying to insert a row that does not exist. The source data is stored in an Excel spread sheet. A windows forms app. is used to update the database from the excel data.