Viewing 15 posts - 14,521 through 14,535 (of 14,953 total)
For my next test, to get rid of some of the RBAR (though not eliminating it completely), I added an ID column to the table, and then ran:
;with
CTE1 (ID,...
March 19, 2008 at 11:56 am
(Had to split this post in half to avoid an error on the boards. Not sure why.)
Results:
===================================================
Proc 1 Run 1
===================================================
SQL Server parse and compile time:
CPU...
March 19, 2008 at 11:51 am
Jeff Moden (3/18/2008)
March 19, 2008 at 11:49 am
I have a test box. Actually, have one at work and one at home. Trust me, I blow them up regularly. Ended up with a test of...
March 19, 2008 at 7:37 am
praseodymiumm (3/18/2008)
If I could ask another question?
These queries will be used as data sources to build OLAP cubes (Cognos Transformer). Depending on which...
March 18, 2008 at 1:57 pm
srienstr (3/18/2008)
March 18, 2008 at 1:48 pm
jdoconsulting (3/18/2008)
March 18, 2008 at 1:42 pm
Tao:
The clarity thing is totally a personal preference. To me, being able to look at the query at the end, especially in things like complex updates, and have that...
March 18, 2008 at 8:32 am
Adam Haines (3/17/2008)
March 18, 2008 at 8:16 am
For me, the certs are going to be more of a means of filling in the (huge) gaps in my knowledge.
I'm totally self-trained on this, and it's mainly been by...
March 18, 2008 at 8:13 am
Thanks Jeff. That's definitely better. (As mentioned, mine was thrown together and tested against one case.)
March 18, 2008 at 8:01 am
paulsasik (3/18/2008)
March 18, 2008 at 7:41 am
Tao Klerks (3/18/2008)
SELECT TOP 1 dept_id, nFROM (
SELECT dept_id, count(*) AS n
FROM employee
GROUP BY dept_id
)...
March 18, 2008 at 7:37 am
Tao Klerks (3/18/2008)
March 18, 2008 at 7:32 am
Viewing 15 posts - 14,521 through 14,535 (of 14,953 total)