Viewing 15 posts - 706 through 720 (of 1,129 total)
updating the stats also didnt help. Queries do not really give the same result, but same number of records..I dont know where else to look for
February 8, 2011 at 9:28 am
Craig Farrell (2/7/2011)
Same parameters?
Yes same value is passed. I am updating the statistics now, lets see..
February 7, 2011 at 3:42 pm
hmm..so what is best way to find fragmentation level on indexes during heavy usage?
February 7, 2011 at 12:00 pm
Thanks for quick reply. I am trying to understand this in a better way, if your script doesn't match the indexes what are actually used then where can i use...
February 4, 2011 at 1:35 pm
Thanks for the wonderful article Ian. As soon as i read this article i tested this out on one of our development environments. I compared the results from your code...
February 4, 2011 at 9:48 am
Sachin Nandanwar (2/1/2011)
Yes you need to trace Memory\ Page Reads /sec.If those value are also high along with Memory\Page Faults/sec then it will indicate a hard page...
February 2, 2011 at 6:15 pm
Sachin Nandanwar (2/1/2011)
Yes you need to trace Memory\ Page Reads /sec.If those value are also high along with Memory\Page Faults/sec then it will indicate a hard page...
February 1, 2011 at 11:38 pm
Sachin Nandanwar (2/1/2011)
But before that you need to figure out how many of them are...
February 1, 2011 at 11:05 pm
Any clue why do i have two plans?
February 1, 2011 at 7:52 pm
Craig Farrell (2/1/2011)
You can also get a double entry when there are two plans because of parallelism. One will parallel split, one won't.
I need to check but could there...
February 1, 2011 at 4:27 pm
Ninja's_RGR'us (2/1/2011)
Compare both queries... you'll most likely find only 1-2 characters difference in the query and that will explain the 2 plans.
Not sure what do you mean. I have attached...
February 1, 2011 at 4:11 pm
GilaMonster (1/21/2011)
sqldba_icon (1/21/2011)
My goal is to findout how many different plans are genrated for each procedure.
One and only one. A procedure can only have one plan in cache at a...
February 1, 2011 at 3:47 pm
Eric M Russell (1/28/2011)
sqldba_icon (1/25/2011)
January 28, 2011 at 8:44 am
Mike - CI (1/27/2011)
January 27, 2011 at 8:19 pm
Viewing 15 posts - 706 through 720 (of 1,129 total)