Viewing 15 posts - 271 through 285 (of 290 total)
PROBLEMS with your advises so far:
1 - However if I use all these methods then I will have to face RECREATING INDEXES on a new table. There are several non-clustered...
February 6, 2014 at 11:10 am
Leading space was just my finger tapping the keyboard too intensely..
typo..
January 31, 2014 at 9:52 am
so from everything I heard/read, would that be fair to conclude that option 2 is the way to go in the majority of cases?
2) where databasename ='myDBname'
and applicationname NOT...
January 31, 2014 at 9:28 am
Sorry I missed the % in LIKEs. Of course I meant wildcards..
As far as the clause with FUNCTION being NOT SARGeable - what do you mean? why not?
THANKS !!!
January 30, 2014 at 1:16 pm
Would you say DMV data and Exec Plans would be enough to show the management
AFTER I apply certain optimization to a dozen of stored procedures in production server?
I mean to...
January 18, 2014 at 2:59 pm
Thanks.
As far as what you said about the execution plans, <You can get the execution plan for each single statement too> --> but won't this exec plan for...
January 18, 2014 at 2:21 pm
Yes. I/o, Memory, CPU intensive SPs. Identified by Profiler trace top 50 most often executed SPs with longest duration, and I started to optimize them, which included not only TSQL...
January 12, 2014 at 5:34 pm
Thank you Jeff.
Great article on base-lining that you have referred to. http://www.sqlservercentral.com/articles/baselines/94656/ [/url]
1) So ideally base-lining would be an ongoing (daily) process with a job...
January 6, 2014 at 1:45 pm
thank you for your feedback/insight.
So when we say that Covered Index is created for one particular SQL statement it is a relative term, right? We really mean that it...
December 27, 2013 at 8:25 am
Without looking at details/specifics,
you can try to get a 'blind' performance gain by using @Table table type variable instead of
#temporary table. You can gain performance improvement to...
December 26, 2013 at 2:15 pm
If you are interested to see which ones of the most often executed SQL Statements /SPs take the longest time,
I believe it is a good idea to use Profiler Trace...
December 26, 2013 at 2:10 pm
I would say Profiler is still the best, as it gives you a lot of flexibility in analyzing the collected trace data (doing such analysis via T-SQL on the trace...
December 26, 2013 at 1:56 pm
Yes, found a nice solution. CTRL+ALT+D keyboard shortcut combination displays the report data window at any time. Great shortcut to remember.
Vlad
January 5, 2010 at 9:01 am
Yes, found a nice solution. CTRL+ALT+D keyboard shortcut combination displays the report data window at any time. Great shortcut to remember.
Vlad
January 5, 2010 at 9:00 am
Yes, found a nice solution. CTRL+ALT+D keyboard shortcut combination displays the report data window at any time. Great shortcut to remember.
Vlad
January 5, 2010 at 8:59 am
Viewing 15 posts - 271 through 285 (of 290 total)