Viewing 13 posts - 16 through 28 (of 28 total)
Thank you for replies.
Is there a formula to calculate mapping index size for non unique clustered index when it does rebuild?
April 21, 2009 at 9:46 pm
Thanks guys, i really appreciate your inputs. Definatelly a lot to learn from here.
April 6, 2009 at 6:04 pm
Excellent information. Thank you for your time.
April 3, 2009 at 10:56 pm
No, what i mean is the number of reads under Reads column in SQL Server Profiler.
When i run SP in SSMS and Include Actual Execution Plan is turn on i...
March 30, 2009 at 9:59 am
It updates around 40-60 rows and clustered index on LinkShareTransactionID.
Also, how can i distinguish between an actual plan and estimated plan in this case?
I got this plan from profiler by...
February 19, 2009 at 6:49 am
Thanks, i added the actual execution plan from Profiler. This plan did not show the use of nonclustered index which i added to the table but it seems that it...
February 18, 2009 at 4:26 pm
Thank you,
i added index on SiteCode,Purge
and this eliminates deadlocks on parallel threads.
But, i am still not happy since the cpu is more that 1000 and the duration is more...
February 18, 2009 at 12:24 pm
Thank you, so basically we are merging second index into the first correct?
How about the order of the INCLUDE? Does it matter in this case?
February 8, 2009 at 5:41 pm
Viewing 13 posts - 16 through 28 (of 28 total)