views:

3416

answers:

2

SQL Server 2000 doesn't seem to support the xml based .xlsx file types. Besides converting the file to a 97-2003 file type, how else can I achieve this?

A: 

If you have Excel 2007, you might also have Access 2007.

You can create an Access 2007 Access Data Project (.adp) file. Connect this to your SQL 2000 database. Then use the Access 2007 import table function to get the Excel 2007 data.

ScottStonehouse
A: 

I ended up doing this.

jinsungy