How to Import Excel 2007 To SQL Server 2000
Need to set up a daily DTS program to import Excel 2007 files (.XLSX) to SQL Server 2000. Only Excel options go to version 2002. After reading blogs, I found an update my Microsoft, called: AccessDatabaseEngine.exe, that adds an Excel 2007 option to your DTS options. However, when you try to run it, it's looking for .DSN files, not .XLSX files.
I tried a few things, and found that a .DSN file was created, a small text file referencing the Excel file, including full path. But when trying to complete the DTS import, there was nothing to import.
For our needs, saving Excel file as a .CSV/.TXT is not possible. So back to Excel, does anyone know how to get this to work? Is the Access DB Engine the correct approach? Since we ultimately need an automated daily production process, whatever the solution is, has to run automatically, and not require manual intervention each morning, before the DTS job is scheduled to run against the Excel file (FTP'd each morning to the SQL Server).
Thanks for any help/advice.
Gary
