Viewing 6 posts - 1 through 6 (of 6 total)
I have a execution plan do you think that will help ? It shows every cursor loop as a individual query with a cost of 0% though.
September 12, 2017 at 8:44 am
I'll let you know what the execution time is after indexing. We're looking at roughly 2,500,000 transactions. (payments/charges combined)
August 30, 2017 at 8:00 am
It sure is, the tables most accessed I guess are the 'chargesinserted' , 'paymentsinserted' and 'ar', I will create a composite primary key for the first two. And a PK...
August 28, 2017 at 12:19 pm
See attached, this would be to do everything in 1 big bulk. (eliminating the code I had in the previous post)
I had to zip the file it didn't allow...
August 25, 2017 at 8:31 am
One of the issues I am having is that while I was testing I wrote my stored procedure for 1 contract specific.
So taking all the charges/payments from the old system,...
August 25, 2017 at 8:05 am
SELECT DeductionID, DeductionAmount, --d.[from],...August 23, 2017 at 2:01 pm
Viewing 6 posts - 1 through 6 (of 6 total)