DanWallace
Registered User.
- Local time
- Today, 04:43
- Joined
- Dec 5, 2008
- Messages
- 40
Hey guys,
I do data conversion for a software company. We receive a batch of data from our clients and have to write a set of queries and modules that will take that data and convert it into our tables. Usually, we store the client data in SQL Server 2005 and have all the tables linked into our "conversion program" access database. In our conversion database, we have our table structure and I create any queries or modules necessary to convert the data. I then create a macro to run all of this in sequence.
The problem is, the whole thing takes a good 7-8 hours on average to run.
I was wondering if anyone out there has a suggestion of a better way to do this sort of thing. I'm open to any thoughts on the matter.
Thanks!
I do data conversion for a software company. We receive a batch of data from our clients and have to write a set of queries and modules that will take that data and convert it into our tables. Usually, we store the client data in SQL Server 2005 and have all the tables linked into our "conversion program" access database. In our conversion database, we have our table structure and I create any queries or modules necessary to convert the data. I then create a macro to run all of this in sequence.
The problem is, the whole thing takes a good 7-8 hours on average to run.
I was wondering if anyone out there has a suggestion of a better way to do this sort of thing. I'm open to any thoughts on the matter.
Thanks!