hello guys, ive got this problem to figure out
i need to copy all the tables and the content of them from a SQL Server Database to an ACCESS database.
using the "SELECT * INTO <tableName> IN '<ACCESSdbPath>' FROM <tableName>" query from the SQL Server connection doesnt work
using the same query from ACCESS to ACCESS work properly and all the tables are copied into the <ACCESSdbPath> database without any issue...
surfing the web i didnt get whether what im doing is possible or not between sql server and access so i rather know your opinion about this.
thank you very much
i need to copy all the tables and the content of them from a SQL Server Database to an ACCESS database.
using the "SELECT * INTO <tableName> IN '<ACCESSdbPath>' FROM <tableName>" query from the SQL Server connection doesnt work
using the same query from ACCESS to ACCESS work properly and all the tables are copied into the <ACCESSdbPath> database without any issue...
surfing the web i didnt get whether what im doing is possible or not between sql server and access so i rather know your opinion about this.
thank you very much