I have been looking at moving my Access database over to an SQL server. I have started to do this and been amending some of the tables in SQL to make sure they are fit for purpose. I have also created a test version of my SQL database which has all the relevant tables and i have truncated the data so the tables are all set but there is no data inside.
I now want to be able to import the data from my current live Access database tables into the existing blank SQL tables. I have tried to export from Access by selecting a table and clicking Export then clicking ODBC Database then selecting my test SQL database from the Machine Data Source tab however when I then click ok I am met with an ODBC-call failed error which states the object name already exists.
Obviously it's trying to move the data and also create a new table, however i just want to move the data within the table to an existing table within SQL rather than trying to move the table across.
Any ideas how I do this?