Viewing 15 posts - 31 through 45 (of 118 total)
I was just able to re-create the execution plan on dev (by recreating all the ten indexes, not just the one index that was used by the execution plan).
The...
August 15, 2008 at 2:52 pm
Exactly. Let me think whats the better way to get these to you.
For those tables that use index seek plus RID lookup, in the execution plan I captured while the...
August 15, 2008 at 11:37 am
I would love to, but the query includes the central production tables. I am not sure from business perspective, I am suppposed to post it. But from what I can...
August 15, 2008 at 9:41 am
Thanks, Gail. I am a little confused though, shouldn't the optimizer know that the previous execution plan is less costly than the new one and use the old one instead?
August 14, 2008 at 12:58 pm
Thank you! I will give it a try.
August 13, 2008 at 9:33 am
I would think a replay is like an exact re-doing of what has happened in the time period captured by profiler, with the same connections, same transactions, etc....everything.
July 25, 2008 at 7:07 am
Thanks Steve.
If I would run a replay. Which counter should I use to simulate the number of users in production environment, batches/sec in perf mon, or the count of connections...
July 24, 2008 at 1:06 pm
Thanks for the info.
My only and biggest concern with replay thru profiler is it not like a true replay because it does not simulate however many connections I have...
July 23, 2008 at 11:59 am
Thanks Noel, it is all clear now.
June 27, 2008 at 9:01 am
Thanks Noel. Very helpful!
More questions:
1. You are right, I just tried to add the new distributor and I got 'The server 'abcd' is already defined as a Distributor. To reconfigure...
June 27, 2008 at 8:27 am
Thanks Micheal, it makes sense. I am not sure if we are switching to snapshot isolation now. But a quick fix would be to have a small table that contains...
June 17, 2008 at 12:58 pm
Thanks Carl for your help!
I might not have presented my case well. I was using nolock so I dont miss the orders that are being modified (I dont use nolock...
June 17, 2008 at 11:53 am
Dick, thanks for all your help.
I was able to get the snapshots done. I found the snapshot agent process got a waittype 'sos_scheduler_yield'. I figured the contention is on...
June 13, 2008 at 9:16 am
Hi, Noel, thanks for the insight.
I was able to get it done this morning. The CPU was actually ~20%. I temporarily disabled most jobs and log reader and distribution...
June 11, 2008 at 10:52 am
Viewing 15 posts - 31 through 45 (of 118 total)