Hi all,
I have on an SQL server an excel with pivot table connecting to the server. The connection can be made only through the SQL Server machine.
I would like to be able to use the excel file with the pivot table data on another machine.
The problem is that when trying to collapse/expand a field in the table on another machine, the excel tries to connect to the server and update the data - I get a message saying "Errors in the OLE DB provider. Could not connect to the redirector. Ensure that the SQLBrowser service is running on the <SQL Server Name> server."
How can I make it work outside the SQL server machine?
Is there a way to disable the connection to the server on every collapse/expand action so it will work offline (Actually that can save time for me also when working on the SQL Server machine itself)?
Thank you,
Moty
I have on an SQL server an excel with pivot table connecting to the server. The connection can be made only through the SQL Server machine.
I would like to be able to use the excel file with the pivot table data on another machine.
The problem is that when trying to collapse/expand a field in the table on another machine, the excel tries to connect to the server and update the data - I get a message saying "Errors in the OLE DB provider. Could not connect to the redirector. Ensure that the SQLBrowser service is running on the <SQL Server Name> server."
How can I make it work outside the SQL server machine?
Is there a way to disable the connection to the server on every collapse/expand action so it will work offline (Actually that can save time for me also when working on the SQL Server machine itself)?
Thank you,
Moty