Hi everyone.
I have a 3 tier application that needs to process a batch of approx 54,000 records.
I have code in place that sends each record from the client to the buisness layer which resides in MTS.
This means that each individual record is processed as 1 transaction.
This method works but takes approx 15 minutes to run.
What is the proper method to do this via MTS???
I have tried to process all the records in one transaction but the transaction times out because it takes so long!!
Any help would be much appreciated
I have a 3 tier application that needs to process a batch of approx 54,000 records.
I have code in place that sends each record from the client to the buisness layer which resides in MTS.
This means that each individual record is processed as 1 transaction.
This method works but takes approx 15 minutes to run.
What is the proper method to do this via MTS???
I have tried to process all the records in one transaction but the transaction times out because it takes so long!!
Any help would be much appreciated