Long time ago, I did something like this and succeeded, and this time I can not deal with this problem. Is Płatnik 10, which operates on the basis of SQL 2012 Express. I need to export data from one client to an MDB file (Access). I progress w / g THIS guide. I assume a new SQL database, I export the data of the selected client (payer) to it, and on the basis of MASTER performs the query:
I switch to this database and try to convert it to MDB, which unfortunately ends with various errors.
Or I have a mistake:
... or when I move the SQL database to another server:
If I try to give full permissions for Everyone to the directory in which I want to create an MDB file, I get a similar error, only with the tip "Disk or network error". If I install Payer on the same computer as SQL Server, the tip is "Unspecified error".
I tried on Windows 7 x86 and x64 and respectively on the 32 and 64 bit version of SQL Server 2012.
sp_configure 'show advanced options', 1;
RECONFIGURE;
GO
sp_configure 'Ad Hoc Distributed Queries', 1;
RECONFIGURE;
GO
I switch to this database and try to convert it to MDB, which unfortunately ends with various errors.
Or I have a mistake:
Cannot create instance of OLE DB provider "MSDASC" for linked server "(null)"
... or when I move the SQL database to another server:
OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "Nie można znaleźć pliku ''."
If I try to give full permissions for Everyone to the directory in which I want to create an MDB file, I get a similar error, only with the tip "Disk or network error". If I install Payer on the same computer as SQL Server, the tip is "Unspecified error".
I tried on Windows 7 x86 and x64 and respectively on the 32 and 64 bit version of SQL Server 2012.