Viewing 15 posts - 121 through 135 (of 378 total)
Nice find about the time measurement method so strongly affecting the results. I honestly never took much notice to this, even while aware of better ways of measuring IO statistics...
August 1, 2012 at 4:34 am
dwain.c (7/6/2012)
I just scanned all 35 pages of this discussion thread seeking the revised string splitter but unfortunately was unable to find it posted by you.
Can you point me to...
July 6, 2012 at 3:12 am
Not having worked with it, I did read some articles last year and was totally horrified by the language specifics and couldn't phantom somone getting language basics so wrong! A...
June 26, 2012 at 2:56 am
In SQL Server 2008, there is a query hint that circumvents optimization for specific values:
option( optimize for unknown )
This results in plans that are value agnostic and deliver more constant...
June 7, 2012 at 4:30 am
The new licensing model for SQL Server 2012 model isn't very encouraging to the company I work for to make a switch to this version. But we did made it...
May 22, 2012 at 7:43 am
SQL Kiwi (5/22/2012)
peter-757102 (5/22/2012)
May 22, 2012 at 6:39 am
Too bad (for me) this new round cames at a bad time as I will be too bussy this week to particpate in this round of challenges.
As for bad performance...
May 22, 2012 at 3:40 am
Jeff,
With runaway generation of rows I do not mean these rows end up in the result or are part of additional processing by the consuming parts of the query. But...
May 10, 2012 at 8:01 am
Jeff Moden (5/10/2012)
Looking back in this thread and switching gears a bit, the new improved splitter article did come out. ...
May 10, 2012 at 7:39 am
Silly me, you already linked the article I referred to and in one test (the fastest) had the dateparts stored in the table. This removed any date logic overhead that...
May 10, 2012 at 4:56 am
Jeff Moden (1/21/2011)
Very cool, Peter! Thanks for the coding, the testing, and the hypothesis! I'll do some additional testing over the weekend.
Not sure if your testing caught my...
May 10, 2012 at 3:27 am
Can't say I am surprised by the outcome as everything that is converted to a varchar/string and back is bound to be inefficient.
The datetimeform parts function doesn't have this conversion...
May 10, 2012 at 3:10 am
Eric M Russell (5/3/2012)
I've found articles that mention using BCP to export an XML resultset to a file.http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=9336&whichpage=2
I know of bcp, and it is (convenience wise) for export a far...
May 3, 2012 at 8:54 am
rmechaber (5/3/2012)
peter-757102 (5/3/2012)
May 3, 2012 at 8:28 am
Alex Gay (5/3/2012)
May 3, 2012 at 5:06 am
Viewing 15 posts - 121 through 135 (of 378 total)