Viewing 15 posts - 511 through 525 (of 628 total)
Thank you.
In that case, shall we drop the index? If we drop that Index, what will happen?
Those operations automatically use the second Index
May 27, 2014 at 10:14 am
Hi Grant,
Thanks for the reply. It is showing the text like create procedure, create trigger and update with where clause
May 27, 2014 at 12:17 am
I am coming to conclusion for the difference b/n select * into and Insert into like below
1) select * into #temp from table1 doesn't degrade any performance.
2) Select *...
May 26, 2014 at 9:46 pm
Thanks Gila.
Please let me know,
Which one we have to consider in query tuning CPU time or total elapsed time? If our modification raise one time and reduce another shall...
May 26, 2014 at 4:33 pm
Hi Grant,
Thanks for your reply. It looks clear but some confusion is left. For a table, I have several indexes
but two Indexes with similar columns
EX:
Index1
with column1(State), col2(purchaseStatus), col3...
May 26, 2014 at 3:57 pm
Hi,
You mentioned stats here. How do we know how often we have to update stats. How to find the optimizer is using right stats or not?
May 26, 2014 at 3:39 pm
Sorry. The topic name is different so I kept in different place.
May 26, 2014 at 3:31 pm
I thought compare to left outer join, outer Apply is better!
Also when you are looking for performance improvement which one is important?
I mean total elapsed time or CPU time. If...
May 26, 2014 at 2:37 pm
Hi,
I think I can use outer apply to substitute left outer join, but I am not sure do we need to give column name like join
Suppose in left outer join...
May 25, 2014 at 3:52 pm
Thanks Grant.
One more doubt. Suppose if I have 2 indexes on a table with almost with similar columns. How can we find which index needs to drop and which index...
May 25, 2014 at 11:58 am
Hi,
I am sorry.
Actually that filters are column names ColumnA in tableA=.. and or..
May 24, 2014 at 7:41 pm
Viewing 15 posts - 511 through 525 (of 628 total)