Viewing 15 posts - 4,006 through 4,020 (of 7,484 total)
Jeff Moden (10/21/2012)
October 22, 2012 at 6:01 am
Stefan Krzywicki (10/22/2012)
Brandie Tarvin (10/22/2012)
You know what I hate about pie charts?
You can never tell what filling they're using. And it's awfully...
October 22, 2012 at 5:04 am
sqlfriends (10/20/2012)
The only diffrence is on dev, I run 1 and 2 in one batch...
October 21, 2012 at 11:26 am
CELKO (10/20/2012)
October 21, 2012 at 11:07 am
Don't try to write anything over-complicated. The KISS principal applies here.
Keep the join condition separate from any other filters, which should be written as where conditions.
Try to use only...
October 21, 2012 at 10:38 am
Well, I'm totally in favour of Ms Smith's views, except perhaps where she writes "Explicitly dealing with failure" in her list of problems where she clearly means "Not explicitly dealing...
October 21, 2012 at 10:19 am
GilaMonster (10/21/2012)
L' Eomot Inversé (10/21/2012)
in about 100,000 rather than 1 row in...
October 21, 2012 at 5:54 am
Lee Crain (10/20/2012)
> the data in the column is evenly distributed. There are exactly 12,500,000 rows for each of the 4...
October 21, 2012 at 4:31 am
Lee Crain (10/20/2012)
If the original poster creates an index on just the column with the 4 values, will this not force the Optimizer to use that index?
"SELECT <column names> FROM...
October 20, 2012 at 3:24 pm
There's a third option: add included columns to this index, so that it becomes a covering index for the critical query. Then the optimiser sees that there are no...
October 20, 2012 at 1:17 pm
patrickmcginnis59 (10/19/2012)
L' Eomot Inversé (10/19/2012)
When you referred to SQL Server not managing the size of tempdb correctly, I assumed you were complaining about SQL Server not managing the size correctly.
True!...
October 19, 2012 at 7:41 pm
Hugo Kornelis (10/19/2012)
L' Eomot Inversé (10/19/2012)
October 19, 2012 at 1:30 pm
patrickmcginnis59 (10/19/2012)
L' Eomot Inversé (10/19/2012)
that SQL Server doesn't correctly manage the size of tempdb to be either incorrect or at...
October 19, 2012 at 1:14 pm
arthur.teter (10/19/2012)
October 19, 2012 at 12:44 pm
Viewing 15 posts - 4,006 through 4,020 (of 7,484 total)