Viewing 15 posts - 76 through 90 (of 378 total)
The ZEN Master (Jeff Moden) will soon end all doubt 🙂
No pressure 🙂
December 10, 2013 at 3:22 pm
Charles Kincaid (12/9/2013)
RBAR fetches more rows from the table. False. It has to...
December 9, 2013 at 5:26 pm
Sets are nothing magical, not on the math side and not on processing side, thus let this not turn into a religious "set vs no_set" war.
The main point to keep...
December 9, 2013 at 2:32 pm
patrickmcginnis59 10839 (12/9/2013)
peter-757102 (12/9/2013)
When you process row by row you throw out of the door optimization aspects that can be applied to the process as a whole. Things that are...
December 9, 2013 at 9:23 am
patrickmcginnis59 10839 (12/9/2013)
Jeff Moden (12/9/2013)
patrickmcginnis59 10839 (12/9/2013)
I didn't see any explanation on why RBAR is so slow, so rated this article 1 star.
This is how RBAR comes to be in...
December 9, 2013 at 8:26 am
darshan (12/6/2013)
Consider the following scenario:
1. Application x has a few transaction tables as very huge tables say tables t1, t2, t3, etc.
2. Application is only in maintenance mode and no...
December 6, 2013 at 3:13 pm
This can also be a simple issue of out of date statistics.
SQL servers build in auto update statistics (if its on in your database) does not always do the job...
December 5, 2013 at 10:43 am
There are two more less-known problems with partitioned views that you sometimes have to work around:
1. On inserts you need to specify even null-able columns (just like with instead -f...
December 5, 2013 at 10:28 am
You can create multiple filtered statistics yourself that do not overlap in key range, this way you can get multiple blocks of 200 entry statistics, even on a single table....
December 5, 2013 at 10:22 am
Window functions are a great feature and very helpful in solving otherwise hard SQL problems.
Reading a good book on the subject is worth a processionals time and money.
As for this...
December 5, 2013 at 9:33 am
Gary Varga (11/28/2013)
ChrisM@Work (11/28/2013)
November 28, 2013 at 3:49 am
Call me crazy, but under certain conditions it does make sense to have an additional non-clustered index with the PK in it:
* You have a where filter on the index...
November 27, 2013 at 5:55 am
The problem with such a question is that many do not know how huge/gigantic/enormous their gap in SQL knowledge is and how profoundly it can affect their productivity. Over the...
November 22, 2013 at 9:48 am
There are some videos on YouTube that explain why you should never say anything to the police! Not even with a lawyer present and i think it is just as...
July 11, 2013 at 10:10 am
At I wrote a while back in another editorial thread, we gather way too much data. And most of it is without pre-defined purpose, low structured and is never actually...
July 3, 2013 at 3:02 am
Viewing 15 posts - 76 through 90 (of 378 total)