Viewing 15 posts - 16 through 30 (of 37 total)
Now that the religious(ish) discussion of heap vs. clustered has been resolved let's circle back to the original post.
IMHO it was a teachable moment for us to reach many newbies...
December 6, 2010 at 4:48 am
Queries which are taking time are of type,
SELECT ......
FROM SomeTable WITH (NOLOCK)
WHERE SomeColumn BETWEEN 47300 AND 47315
There are 4 tables which are similar to SomeTable and involved in similar query...
December 3, 2010 at 12:46 pm
Hello,
I tried to use temp table instead of CTE but the performance got even bad after using temp table instead of CTE. I will explain the inner block logic
After creating...
December 3, 2010 at 12:28 pm
This may sound wierd but at home I like New Age on softly as background, but working in my cube and having to use headphones I find I cannot turn...
December 3, 2010 at 4:57 am
First off thanks, like others I had not stopped to think about "d" and "e" and I am a little surprised "x" was not included if they were. go figure.
However,...
December 1, 2010 at 5:38 am
It just occurred to me what the equivalent of this thread would have been in 1925 discussing what we now call Interstates or Autobahn, etc.
The deer or children on the...
November 15, 2010 at 8:38 am
1. The negation in the question is a needless extra complication. It would have been better to ask which of the listed rules are correct. (Even after realizing that the...
November 12, 2010 at 8:00 am
Here is the short answer: if you use any aggregate function in the select list (sum, min, max, count, etc.)
then you MUST either:
A) have ONLY aggregate functions in the select...
November 11, 2010 at 5:04 am
ahhh viewed from the bureaucratic perspective...
But people don't cooperate that well with top down, decided scenarios.
Actually, I was looking at it as a real estate investor (which I am...
November 10, 2010 at 10:03 am
Politicians spend billions on fixed guideway (train) systems that can't even carry enough passengers to make up for a single lane of highway capacity ... rather than spending the mere...
November 10, 2010 at 9:47 am
The routes are fixed, and need to be virtually linear. Compare that with buses, which can go virtually anywhere and can alter routes to suite changing ridership, rather than trying...
November 10, 2010 at 9:08 am
I think the editorial and most of the comments are setting the bar too high.
The system does not need to have cars inches apart to move traffic better, just take...
November 10, 2010 at 4:46 am
I can see us evolving some businesses to having a "guidance counselor" who approves our expense reports, performs periodic reviews, helps us manage our careers, and is available to discuss...
November 3, 2010 at 5:11 am
I was called in once where a procedure went from running in less than a second to many minutes. Since the procedure was called multiple times for each order picked...
October 27, 2010 at 5:20 am
Let me start by saying that I quite agree with the initial point of the article. When confronted with a complex SQL problem you are better off thinking in Venn...
August 31, 2010 at 6:42 am
Viewing 15 posts - 16 through 30 (of 37 total)