May 13, 2016 at 9:18 am
Hello guys,
I have a requirement to load data from excel spreadsheet to SQL server table and need to automate it. I believe this can be implemented with SSIS.
For this project, do I need to install any excel drivers on the SSIS server?
Many thanks!
May 13, 2016 at 11:07 am
I think you need the Access Database Engine.
https://www.microsoft.com/en-us/download/details.aspx?id=13255
This is worth reading.
http://www.madeiradata.com/load-data-excel-ssis-32-bit-vs-64-bit/
May 13, 2016 at 2:06 pm
SQL!$@w$0ME (5/13/2016)
Hello guys,I have a requirement to load data from excel spreadsheet to SQL server table and need to automate it. I believe this can be implemented with SSIS.
For this project, do I need to install any excel drivers on the SSIS server?
Many thanks!
Excel automation is evil at best. Most of the time i insist on some form of CSV or text format.
May 13, 2016 at 2:25 pm
Ed B (5/13/2016)
https://www.microsoft.com/en-us/download/details.aspx?id=13255
This is worth reading.
http://www.madeiradata.com/load-data-excel-ssis-32-bit-vs-64-bit/%5B/quote%5D
Why do they need the Access database engine for an Excel spreadsheet?
SSIS has a built in connector for Excel, you set up a new data source, with an Excel data connection, and you are good.
http://www.sqlservercentral.com/stairway/72494/"> http://www.sqlservercentral.com/stairway/72494/
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 13, 2016 at 2:39 pm
I think the excel connector relies on MS Office drivers being installed.
May 15, 2016 at 8:17 am
If the data is user generated, you can connect the table in Excel to SQL Server with a tool such as SQL Spreads and let the users update the SQL Server table directly. (disclaimer: I work with SQL Spreads)
May 15, 2016 at 9:17 am
SQL!$@w$0ME (5/13/2016)
Hello guys,I have a requirement to load data from excel spreadsheet to SQL server table and need to automate it. I believe this can be implemented with SSIS.
For this project, do I need to install any excel drivers on the SSIS server?
Many thanks!
Any chance of you posting the spreadsheet (please, no PII or other Private/Proprietary info) or a made up example that shows what the spreadsheet looks like? I actually have some "automation" that will handle certain types of spreadsheets auto-magically even when new columns are added month to month.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2016 at 9:23 am
Thanks, I will post the table info/spreadsheet.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply