Viewing 15 posts - 2,986 through 3,000 (of 5,843 total)
bpw (3/29/2012)
I'm a bit confused about stats now, as DTA recommended creating lots (19...
March 30, 2012 at 8:26 am
>> table data increasing heavily
This makes me feel that manual statistics updates could also be a big benefit. With a large table you need to insert/modify 20% of the...
March 30, 2012 at 8:21 am
ganesh.babu-840100 (3/29/2012)
Try for table partioning. You can send DDL of your table for some more analysis or tips on this.
This is simply bad advice. There are MANY avenues to...
March 30, 2012 at 8:19 am
WRACK (3/28/2012)
March 29, 2012 at 9:09 am
I've already said where! Auto-trading apps, they need to be super quick to find discrepancies in market prices and try to get some profit from it. As you can guess...
March 28, 2012 at 6:13 am
I think most admins will use sysprep to get an image ready to use as a deployable template.
March 27, 2012 at 10:17 pm
wagner-670519 (3/26/2012)
Hi Folk,is it a big performance loose when using GUIDs as Primary Keys?
Greetz Teutales
Yes, it is. Integers are 4 bytes, and CPUs and code are optimized for their...
March 27, 2012 at 10:14 pm
alark (3/27/2012)
March 27, 2012 at 10:05 pm
itpcpro (3/22/2012)
March 27, 2012 at 6:54 am
>>but I have this strange feeling that you do not know how to do things efficiently in SQL Server.
Absolutely correct - and it shouldn't be a 'strange feeling' either, but...
March 27, 2012 at 6:48 am
GilaMonster (3/27/2012)
TheSQLGuru (3/26/2012)
March 27, 2012 at 6:46 am
I think you absolutely, positively must split the inputs into a firstname and lastname in the UI. That must be part of an efficient solution I think, and it...
March 27, 2012 at 6:40 am
Confusing Queries (3/26/2012)
GilaMonster (3/26/2012)
Confusing Queries (3/26/2012)
Is it the case we should consider flushing buffers?
No, not unless you want SQL to suddenly have to work much harder than normal.
so, under...
March 26, 2012 at 5:09 pm
Robert Davis (3/26/2012)
Thanks for the explanation, Gail! That makes a lot of sense.
+1. I like that much better than chewing through plans to evict!
March 26, 2012 at 4:03 pm
Robert Davis (3/26/2012)
TheSQLGuru (3/26/2012)
1) it is my understanding that if you alter the schema/indexes of a table the plan cache is flushed of plans that hit that object.
If you modify...
March 26, 2012 at 10:02 am
Viewing 15 posts - 2,986 through 3,000 (of 5,843 total)