all,
I am unable to successfully execute an "Execute SQL statement" to obtain an insert from an excel instance.
My connection works perfectly,
however my SQL statement bombs out on :
insert into Tbl_FN_invoices
select * from "%ExcelInstance%"
The table exists / error is 'invalid object name ExcelInstance'
any suggestions ?