Viewing 15 posts - 61 through 75 (of 194 total)
Jeff
Can you please give an example of Determinant values in these columns.
For example, one of the columns values would be something like
(columnA-columnB)/ColumnC =
1043.2250
98765.2750
556.3250
11432.0950
etc (there is no predictability).
Thanks
Dan
October 26, 2009 at 5:47 am
Gail
Although they are not the same, the end result of Rebuild also accomplishes (or includes) what is done through a reorg (rearranging leaf level pages), right?
Dan
October 25, 2009 at 6:06 pm
Gus has some very good points on this issue, that will be very helpful continuation for this post, for future readers.
http://www.sqlservercentral.com/Forums/FindPost807402.aspx
Jeff has given some good examples of why...
October 23, 2009 at 7:04 pm
trying to determine which indexes are not going to be used often by execution plan, and thus lessen the overhead of unnecessary indexes.
October 23, 2009 at 5:58 pm
then, is there a way to see which indexes are selective and which are not, from elsewhere in SQL Server, in one shot, instead of traversing each index, one at...
October 23, 2009 at 3:36 pm
can you explain what do you mean by 'cooked into the CPU'
October 23, 2009 at 3:33 pm
Seth
Some developer do their big queries with sort in tempdb option, and the tempdb bloats up big time. that was the concern.
Dan
October 23, 2009 at 12:07 pm
Gail
sorry, I was getting the 2 mixed up.
I meant to quote that sp_updatestats is perhaps better than Auto_update_stats
Dan
October 23, 2009 at 8:30 am
Silverfox,
You are right, you had already given me the right answer. I guess I was in disbelief. When I saw BOL quoted, I was humbled to accept an answer.
Appreciate your...
October 23, 2009 at 8:23 am
GSquared
Thanks for sharing several 'behind-the-scenes' tips on this topic.
Is there a MS doc that explains how their algorithms work for different operations/types?
Dan
October 23, 2009 at 7:22 am
Bru
It is 2GB; takes 20 minutes to run the maintenance tasks.
free_mascot, I will consider putting selected tables through a job for rebuild. Thanks for the tip.
Gail, thanks for mentioning sp_updatestate-...
October 23, 2009 at 7:11 am
Thx, it is a good discussion.
Is Microsoft planning to drop any of the decimal related data types in the future releases of SQL Servers?
October 22, 2009 at 1:04 pm
I got my answer here..
http://www.sqlservercentral.com/Forums/Topic739604-360-1.aspx
October 22, 2009 at 12:26 pm
Silverfox
I guess it perhaps also depends on what the interviewer considers as an easy or hard question, not?
yes, your questions were down to earth.
Dan
October 22, 2009 at 6:19 am
Viewing 15 posts - 61 through 75 (of 194 total)