malraff
asked on
SQL 2005 Integration services
hi all
just trying out integration services for the first time -(looks great), but can i read an excel 2007 file into sql rather than just 2003 and previous versions?
our sql 2005 instance does not have sp2/3 installed
cheers
mal
just trying out integration services for the first time -(looks great), but can i read an excel 2007 file into sql rather than just 2003 and previous versions?
our sql 2005 instance does not have sp2/3 installed
cheers
mal
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
try this
Data Source=C:\forecast.xlsx;Pr ovider=Mic rosoft.ACE .OLEDB.12. 0;Extended Properties=”Excel 12.0";HDR=YES;
Data Source=C:\forecast.xlsx;Pr
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
"HDR=Yes;" indicates that the first row contains columnnames, not data. "HDR=No;" indicates the opposite.
refer
http://www.connectionstrings.com/excel-2007
refer
http://www.connectionstrings.com/excel-2007
ASKER
ah yes - i was being a bit dopy :)
cheers guys great help
mal
cheers guys great help
mal
ASKER
have you used it?
when i enter
Data Source=C:\forecast.xlsx;Pr
i keep getting an error stating " Property value not Valid" - hope i am not being dopy!
mal