February 21, 2014 at 9:17 pm
Dear,
I have a table with 3 columns (Id, Name, Dept). The table has more than 1000 rows. After entering these information, I have added another column "Salary". From an excel file where there are only two columns (Id, Salary), I want to import data to sql server database.
Is it possible to match "Id" between excel file and sql server table and thus update "Salary" column against that "Id"? I have tried using Sql Server Import and Export Wizard, but it inserted additional rows to the table containing "Id" and "Salary".
Please help me by providing any idea.
Thanks
February 22, 2014 at 2:48 pm
You may find what you are looking for in the following:
February 23, 2014 at 4:18 am
Thanks for your useful link.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply