I have an Access 2003 database that data is inserted into throughout the day and I want to convert to a SQL Server database. There are many different instruments and processes that insert into the Access database, so it would take a lot of modification to change all of them to insert into SQL Server.
I know Microsoft has a tool to convert an Access database to a SQL Server one, but as far as I can tell, it can't be run automatically and it wouldn't be able to just import the new data since the last "merge" (please correct me if I am wrong)
What would be the best way to go about this problem? Maybe some sort of script?
Thanks.
triggerin SQL server, this post may help (stackoverflow.com/questions/5623440/ms-access-trigger), with those you could just insert data automatically from Access to your SQL Server