I have a table which is structured as so:
ID data1 data2
== ===== =====
1 sample00 sample
2 sample01 sample
ID is my PK. I have exported out the data from the table into excel and made changes to the data1 column. The table now looks as such:
ID data1 data2
== ===== =====
1 sample20 sample
2 sample21 sample
You will notice only the data1 column has changes. There are over 5000 records in this table, and the data1 value changed for all 5000 records. I have attempted an import using the DTS wizard to append data to the table. I created a .txt file from the excel spreadsheet. The .txt file has the ID field and the data1 field (I just cut out the data2 field since no changes were made). I made sure to check the "first row has column names" box. I have the "Enable Identity Insert" unchecked and "ignore" for the PK ID value selected. For some reason the changes are not reflected in the table. Am I missing something???? Thanks,
Brett
ID data1 data2
== ===== =====
1 sample00 sample
2 sample01 sample
ID is my PK. I have exported out the data from the table into excel and made changes to the data1 column. The table now looks as such:
ID data1 data2
== ===== =====
1 sample20 sample
2 sample21 sample
You will notice only the data1 column has changes. There are over 5000 records in this table, and the data1 value changed for all 5000 records. I have attempted an import using the DTS wizard to append data to the table. I created a .txt file from the excel spreadsheet. The .txt file has the ID field and the data1 field (I just cut out the data2 field since no changes were made). I made sure to check the "first row has column names" box. I have the "Enable Identity Insert" unchecked and "ignore" for the PK ID value selected. For some reason the changes are not reflected in the table. Am I missing something???? Thanks,
Brett