Originally posted by Asher
View Post
SQL Server supports exporting to Access, IIRC. Is the file just CSV? If you have standardized formats, I'd whip up a SSIS (SQL Server Integration Services) project in C# to transform the data as needed and load it in SQL server. Then use a real SQL IDE to do your work, and when done just export the DB to Access format.
The whole point is that we don't have standardized formats - not even remotely. Every single insurance company has their own database layout for their claims - many have multiple layouts - and employee data from clients (often just dumps from their payroll systems) is even more variable. A large portion of our clients are municipalities - you can imagine.
Comment