Viewing 15 posts - 1,426 through 1,440 (of 8,416 total)
tfifield (12/22/2011)
SQL Kiwi (12/22/2011)
Only a year too late...http://sqlblog.com/blogs/paul_white/archive/2011/12/23/forcing-a-parallel-query-execution-plan.aspx
Adding in case other Bingooglers find this thread.
Awesome article, Paul. Very informative. I just might try out the QUERYTRACEON and see...
December 23, 2011 at 6:41 am
Happy to have chosen the wrong answer. 🙂
32 seems much more reasonable anyway.
December 22, 2011 at 4:17 pm
Only a year too late...
http://sqlblog.com/blogs/paul_white/archive/2011/12/23/forcing-a-parallel-query-execution-plan.aspx
Adding in case other Bingooglers find this thread.
December 22, 2011 at 3:24 pm
Pawel Borkowski (12/22/2011)
How to count spaces on the image? !#$%!$^@#$%@!Can you tell me what was the right count of spaces in this example?
insert into #q
select 'ABC' UNION ALL
select 'ABC ...
December 22, 2011 at 3:35 am
Very nice work, thank you.
December 22, 2011 at 1:34 am
Hugo Kornelis (12/19/2011)
That quote only reinforces my expectation that the third query should return 1. Can anyone explain to me why it doesn't?
It is 'explained' (perhaps 'documented' would be a...
December 19, 2011 at 1:19 am
Are the people who use SAP called saps*?
* A foolish and gullible person
December 17, 2011 at 5:18 pm
Good question. If you had wanted to be really sneaky...
DECLARE @Example TABLE (col1 VARCHAR(10))
INSERT @Example VALUES ('X'), ('X' + SPACE(1)), ('X' + SPACE(2))
SELECT COUNT_BIG(*) FROM @Example AS e WHERE...
December 17, 2011 at 3:32 pm
L' Eomot Inversé (12/16/2011)
December 16, 2011 at 7:41 pm
L' Eomot Inversé (12/16/2011)
SQL Kiwi (12/13/2011)
December 16, 2011 at 2:06 pm
GilaMonster (12/16/2011)
SQL Kiwi (12/16/2011)
Connect items are often closed as Won't Fix before an explanation or more details are provided.
Yes, which quite frankly is a problem in and of itself. Great...
December 16, 2011 at 11:22 am
SQLRNNR (12/16/2011)
Yeah - it seems Paul has everything or knows enough about everything that he can make it look like he has everything.
Not at all, sadly 🙁
December 16, 2011 at 9:22 am
Grant Fritchey (12/16/2011)
It generated an ugly parallel execution plan, but I'm not getting a deadlock. What did I do wrong?
Replying to the wrong post here (I see you worked it...
December 16, 2011 at 8:14 am
Grant Fritchey (12/16/2011)
I'm not even marginally surprised that you have one of these sitting around. Thank you!
Clearly I will need to work harder at surprising you in future 🙂
You're...
December 16, 2011 at 7:46 am
Viewing 15 posts - 1,426 through 1,440 (of 8,416 total)