Viewing 10 posts - 16 through 25 (of 25 total)
Very interesting post from Paul regarding the Spooling and Trace 8690... If I turn that trace flag on in SQL2008, the performance improves spectacularly.
(Also, just as a note, my testing...
September 20, 2010 at 10:55 am
Okay, as requested, I'm attaching my results... 2 sets... one for SQL2005 (32-bit) and one for SQL2008 (64-bit).
I used a Laptop... Windows 7 Professional, 4-processor Intel Core i5 CPU M430...
September 19, 2010 at 9:07 pm
Jeff:
Did you read my blog post about XML that I mentioned earlier?:
http://bradsruminations.blogspot.com/2010/01/delimited-string-tennis-again-final.html
I had the same loooonnnnng performance issues as you did until someone suggested I add a .query('.')...
September 17, 2010 at 7:36 am
Jeff:
Using the Numbers table approach (using the code I had in my blog) with the procedure in cache results in the following:
CPU = 6486
Reads = 244155
Duration = 1887ms (avg)
The Numbers...
September 16, 2010 at 7:14 pm
Jeff,
Here's the key to the mystery as to why you and I get differing results.
All of my tests included compile time also, because I did a DBCC FREEPROCCACHE and DBCC...
September 16, 2010 at 10:38 am
Sorry, Jeff, I had a deadline yesterday that kept me busy.
I'll re-do my tests and see what I come up with.
--Brad
September 16, 2010 at 10:05 am
Hi Jeff...
Just wanted to quickly respond... I've been busy all day (mostly writing my T-SQL Tuesday Blog Post).
Regarding the plethora of CROSS APPLYs in my code for the Tally Table:...
September 13, 2010 at 6:53 pm
Check out this white paper on Query Recompilation... it might answer some of what you're looking for:
http://technet.microsoft.com/en-us/library/cc966425.aspx
Note about halfway thru the paper there is a flowchart that illustrates...
August 23, 2010 at 12:23 pm
The CWT_PrimaryKey clustered index is a temporary table created by the processing of the CURSOR.
When you OPENed the cursor, the system created a temp table (inaccessible by anything else) and...
April 28, 2010 at 9:45 pm
Wow! Excellent stuff, Jacob.
March 18, 2010 at 11:14 am
Viewing 10 posts - 16 through 25 (of 25 total)