Reputation: 11
Hi I am new to SQL server. I need help to update two tables from excel file. Excel file includes all the data in 1 sheet and that data need to update on SQL server tables.
example data on the Excel file Employeename, Deparment
SQL tables are employer details and departments
I know how to add to the table but I want to know for the multiple tables
Upvotes: 1
Views: 648
Reputation: 409
Use the following steps,
Upvotes: 1
Reputation: 987
Create and use a SSIS package to do your task. You can alternatively use Sql Server Export/Import Wizard .
Upvotes: 0