We use a software which uses Sql server 2005 as back-end.
The problem is we have data coming in access file and we need to store it in sql server tables.
I have the sql server tables ready.
I don't need all the data i get in MDB access file but need specific columns from access and then store it in SQL server.
I get fresh access tables every week and need to migrate it to tables in SQL Server.
What is the best way to do this?