October 24, 2013 at 2:03 pm
Logged in to server_a
SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',
'Excel 8.0;Database=\\server_a\backuptp\server_times.xls',
'SELECT * FROM [log_report$]');
SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',
'Excel 8.0;Database=\\server_b\backuptp\server_times.xls',
'SELECT * FROM [log_report$]');
SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',
'Excel 8.0;Database=\etworkdrive\backuptp\server_times.xls',
'SELECT * FROM [log_report$]');
SERVER_A 10.50.4000 these work for everything and all accounts
SERVER_B 10.50.4000
Installing on Server B everything works on service account but not my account on Server B
this works on my desktop logged in as me connected to server_b in ssms
SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',
'Excel 8.0;Database=\\server_b\backuptp\server_times.xls',
'SELECT * FROM [log_report$]');
this doesnt work on my desktop
SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',
'Excel 8.0;Database=etworkdrive\backuptp\server_times.xls',
'SELECT * FROM [log_report$]');
not sure how it would work on my desktop connected to server_b
but not logged into server_b using my login name
October 25, 2013 at 7:45 am
i fixed myself the new machines did not have the
c:\users\temp directory
got to love microsoft
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply