I am in the process of migrating an existing Access database to a SQL database with a web front-end. I have successfully copied the database to SQL using the SQL Server Migration tool and am working on developing the application. For reasons I won t go into here we cannot just link the Access front-end to the SQL DB and use the SQL DB as the single data source, so the Access DB is still in use and the data being updated.
What I am trying to find is a simple way to update the data in the SQL database with the new data in the Access DB. The table structure etc is the same so all I need to do is copy the data, is there a script or easy method to do this? I don t really want to have to run the migration wizard every time I need to do an update.