How to import an Excel workbook into SQL using SSIS
How to import an Excel workbook into SQL using SSIS
Courtesy to simple-talk.com
Prerequisite files:
SQL 2012 (Express with Advanced Services is recommended for full functionality)
http://www.microsoft.com/en-us/download/details.aspx?id=29062
1. We’ll create a simple workbook in Excel as an example that should looks like this:
and we’ll try and get it to look like this in SQL:
Save all changes in Excel then close Excel to avoid errors.
2. Open…
View On WordPress
















