Viewing 15 posts - 1,876 through 1,890 (of 8,416 total)
Nevyn (7/8/2011)
July 8, 2011 at 1:32 pm
opc.three (7/8/2011)
Would you mind grabbing the whole chunk of code from my last post and posting the results from running it on your machine?
16-core test machine:
---------------------------------------------------------------------------
build temp tables
---------------------------------------------------------------------------
String manipulation (dups,...
July 8, 2011 at 12:15 pm
opc.three (7/8/2011)
July 8, 2011 at 11:55 am
Craig Farrell (7/8/2011)
Saturday's article: Why some DBAs are Nincompoops. Sunday's article: Retraction of previous article with editing: Why ALL DBAs are Nincompoops.
Yay! Database Developers FTW!
July 8, 2011 at 11:43 am
It strikes me that the elapsed time of the tests is limited by the time it takes to display the results - consider using SELECT INTO to write the results...
July 8, 2011 at 11:17 am
http://www.ssrstips.com (7/6/2011)
July 8, 2011 at 10:02 am
Steve Jones - SSC Editor (7/8/2011)
Behave.
Badly?
July 8, 2011 at 9:53 am
Understood, and agreed 🙂
July 7, 2011 at 2:33 pm
GilaMonster (7/7/2011)
July 7, 2011 at 2:11 pm
ColdCoffee (7/7/2011)
Paul, if u still on this thread, can you point me to your altenative to DISTINCT function?
Sure.
July 7, 2011 at 10:56 am
Jack Corbett (7/7/2011)
July 7, 2011 at 7:31 am
mister.magoo (7/7/2011)
July 7, 2011 at 6:51 am
John Mitchell-245523 (7/7/2011)
...and less likely to be deprecated in a future edition.
Hi John,
There was an interesting discussion on Connect over Hugo Kornelis' request to deprecate UPDATE...FROM:
http://connect.microsoft.com/SQLServer/feedback/details/332437/deprecate-update-from-and-delete-from
July 7, 2011 at 6:19 am
ChrisM@Work (7/7/2011)
So the optimizer converts what looks like a triangular join (the entire CROSS APPLY part) into a TOP query?
There's a bit more going on than that, but essentially yes.
Interestingly,...
July 7, 2011 at 6:12 am
July 7, 2011 at 5:15 am
Viewing 15 posts - 1,876 through 1,890 (of 8,416 total)