Viewing 15 posts - 1 through 15 (of 101 total)
Jeff: Not quite sure I understand.
in the meantime, I don't know how I overlooked the following...
The update of 3 million rows took 27 seconds without my original trigger. While doing...
April 28, 2020 at 4:05 pm
Very good point. The thing is that we kept all the audit info in text files until we introduced the auditing tables. When installing our 30-year-old evolving software, although it's...
April 27, 2020 at 8:47 pm
So I moved my tests to another machine and ran the Paul Randal Script that measure IO latencies... My machine has over 200 ms of IO read and write latencies...
April 27, 2020 at 6:23 pm
I agree with you but to fix the trigger for it not to spill, I would think that if I insert smaller chunks at a time in the audit table...
April 27, 2020 at 2:18 pm
When the software is installed on one of the local test box, the update took 9 minutes and on my test box it took 4 hours (my test box isn't...
April 27, 2020 at 1:56 pm
That response was for Aaron... after my first response to him, I noticed that I didn't answer all of his questions.
April 27, 2020 at 1:41 pm
With all the reading and analysis' that I've been doing based on Paul Randal's Wait Stats articles, I come to the conclusion that the issue is an IO subsystem issue......
April 27, 2020 at 1:35 pm
The trigger is already in place and I can't just change the logic of inserting the deleted records when We already started inserting the inserted records.
The Diff is necessary due...
April 27, 2020 at 1:30 pm
Unfortunately, the actual table has 200 columns and I can't change the structure 🙁
But regardless of the number of columns, I'm able to reproduce the issue with the example I...
April 27, 2020 at 1:23 pm
I can't Assume that they do not do larger volumes and since they are customers of our software, we can't force them to upgrade MS SQL Server. 🙁
April 27, 2020 at 1:21 pm
As I mentioned to Ken, I have to support SQL Server and SQL Express 2005 and up... The only index on the history table is the NC index. It used...
April 24, 2020 at 5:24 pm
Unfortunately, I have to support all versions from SQL Server and SQL Express 2005 up until today.
April 24, 2020 at 5:16 pm
unfortunately, I can't change the structure... they want me to fix the trigger...
I don't have a problem if I insert smaller batches but I can't control the number of records...
April 24, 2020 at 4:01 pm
Lynn Pettis,
In our case we can't serialize the code... Initially the code was made to run single threaded and now they have decided to split the processing based on store...
December 15, 2015 at 12:06 pm
Gila Monster, It's exactly the thought I was having... I Would need to write a whole SQL command parser!!!! LOL
December 15, 2015 at 12:00 pm
Viewing 15 posts - 1 through 15 (of 101 total)