Hi All
I have the following trouble: I wrote a procedure (VB6, ADO) to load a denormalized huge text file in a normalized SQL Server database. From over 1.5 million records in the text file needs to be created almost 25 millions records in SQL Server. Unluckly we exstimated that the procedure would require, in order to be completed, about 15 days!!! And we need to run it every month!!!
Anyone can kindly give me some opinion about reducing loading time? Consider that the update queries in the VB procedure are optimized. I wouldn't need the log, but is there a way not to use it? I think this would improve performance. Thanks in advance
I have the following trouble: I wrote a procedure (VB6, ADO) to load a denormalized huge text file in a normalized SQL Server database. From over 1.5 million records in the text file needs to be created almost 25 millions records in SQL Server. Unluckly we exstimated that the procedure would require, in order to be completed, about 15 days!!! And we need to run it every month!!!
Anyone can kindly give me some opinion about reducing loading time? Consider that the update queries in the VB procedure are optimized. I wouldn't need the log, but is there a way not to use it? I think this would improve performance. Thanks in advance