Viewing 14 posts - 16 through 30 (of 30 total)
Yes... here is now the error..
OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "External table is not in the expected format.".
Msg 7303, Level 16, State 1, Line...
June 24, 2014 at 3:38 am
I tried creating a file on my local drive and getting this error..
SELECT * FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
...
June 24, 2014 at 3:25 am
I read somewhere that SSMS is 32 bit even if you have 64 bit of SQL Server so I guess it's not the culprit.
June 24, 2014 at 2:59 am
Hi Sachin,
I tried your suggestion but I'm still getting this error:
Msg 7399, Level 16, State 1, Line 2
The OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" reported an error. The...
June 23, 2014 at 3:47 am
how I allocate or adjust memory for linked server?
June 23, 2014 at 3:22 am
physical memory is default in sql server.. 2147483647 ... excel file is only 26KB
June 23, 2014 at 3:21 am
physical memory allocated is the default in sql server. Excel file size is only 26 KB.
June 23, 2014 at 3:18 am
Tried it (ACE) and now I'm getting this error:
Cannot create an instance of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)".
June 23, 2014 at 2:32 am
yes, SQL Server is 32 bit. Server's memory is 8GB.
June 23, 2014 at 2:26 am
Yes..
all are 32 bit. But still getting that error.
June 23, 2014 at 2:12 am
there is also an oledb on that machine...
My machine which I remotely access databases that has SSMS is 64 bit.
Database server is 32 bit. SQL Server is 32 bit
Office installed...
June 18, 2014 at 4:57 am
it executed successfully on a one 32 bit machine and didn't run on another 32 bit machine.
Maybe something to configure? or add on that machine to make it work?
June 18, 2014 at 2:43 am
Thanks!
so when I access my databass on my machine using ssms and run queries, It uses my machine's Jet and not the one on database server?
June 18, 2014 at 2:18 am
Viewing 14 posts - 16 through 30 (of 30 total)