I need to create a process to import a multi tabbed excel spreadsheet into SQL Server 2008R2. Each tab will be a different table in the database. This will need to be done w
Its very simple. Right click the Database in Sql Server(2008), select Tasks
and select Import Data
Now change the DataSource
to Microsoft Excel
. Chose the path of Excel file by clicking Browse
button and click Next
.
Chose the Sql Server instance
and chose the database to which the excel to be imported.
Select Copy data from one or more tables or views
and click Next
.
Now select the sheets to be imported to Sql Server
.
Click Next
Now click Finish
Now the wizard imports the data from Excel
to Sql Server
and click Close
.
Here is the table