I have table data in a sheet of xls. I need to 'update' this data into a table in SQL DB.
Note:
The xls will contain only the columns that will undergo change. (for example if only two columns will undergo changes, then only those two columns for all the records will be present in the xls)
The primary key column will be present in xls for reference.
Please help me in solving this.