thechazm
VBA, VB.net, C#, Java
- Local time
- Yesterday, 23:43
- Joined
- Mar 7, 2011
- Messages
- 515
I am importing a huge amount of excel data somewhere in the 500 thousand rows that is being exported from quite a few servers. The current process I have written using vba takes roughly almost 1 hour and 30 minutes to import. Now doing it this way I am normalizing the data as well as pulling it in.
My question is would there be a faster meathod that someone knows that could pull in the data and normalize it?
I was thinking maybe it might be faster to just pull in the raw data from excel into tmp tables and try to setup queries to normalize, update, and insert into the active tables but I don't know if I would gain anything from this.
If anyone has any idea's it would be greatly appreciated.
Also just to let everyone know the reason for the imports is to produce metrics based from several systems semi automatedly if that makes sense
Thanks
My question is would there be a faster meathod that someone knows that could pull in the data and normalize it?
I was thinking maybe it might be faster to just pull in the raw data from excel into tmp tables and try to setup queries to normalize, update, and insert into the active tables but I don't know if I would gain anything from this.
If anyone has any idea's it would be greatly appreciated.
Also just to let everyone know the reason for the imports is to produce metrics based from several systems semi automatedly if that makes sense
Thanks