Hi,
I have the following command text set in a connection to SQL server 2008. It works fine in Excel 2003, 2007, but not in 2010. Any ideas?
If I remove the where clause the connection works and retrieves prior year data as well as this one. But with the where clause it falls down in MS Excel 2010
"CALL_LINES"."dbo"."CORP_PROV_CEASE_LINES"
where week_end_date >{ts '2011-04-01 00:00:00'}
I have the following command text set in a connection to SQL server 2008. It works fine in Excel 2003, 2007, but not in 2010. Any ideas?
If I remove the where clause the connection works and retrieves prior year data as well as this one. But with the where clause it falls down in MS Excel 2010
"CALL_LINES"."dbo"."CORP_PROV_CEASE_LINES"
where week_end_date >{ts '2011-04-01 00:00:00'}