Quantcast
Channel: Microsoft SQL Server
Viewing all articles
Browse latest Browse all 4871

Scheduled data transfer from MS Access to SQL Server

$
0
0

Does anyone know of a solution that can transfer data from MS Access to SQL Server? We have an reporting application that uses SQL Server (2005) for the back-end. but the team using that application prefers to enter data into MS Access because it has a "nicer interface" than the application. As a result, they can't use this application for reports because they don't have any recent data in it.

Right now, we are thinking of writing a custom app in C# and running it on a schedule using Windows. But I was wondering if there is a solution out there that has the capability to do this. It is worth noting that right now, only data from one table in MS Access needs to be transferred. But some of the values in that table need to be transformed (for example, text to integer for ID) before dumping the data into SQL Server.

I've used SymmetricDS...


Viewing all articles
Browse latest Browse all 4871

Trending Articles