Viewing 15 posts - 1 through 15 (of 25 total)
Just to spice things up, check out this blog post I wrote back in 2010 (sheesh, was it THAT long ago??) that will display a hierarchy in a graphical way:
August 30, 2018 at 4:48 pm
You might get a kick out of tongue-in-cheek blog post I wrote about this subject several years ago:
http://bradsruminations.blogspot.com/search/label/SELECT%20*
April 24, 2017 at 10:49 am
Steve Jones - SSC Editor (3/10/2016)
I wonder which of these works better in complex queries. It's worth some performance...
March 11, 2016 at 10:54 am
Just want to add to others' comments... There is no bigger fan of CTEs and TVFs and APPLY than I am, but one should not blindly use CTEs instead of...
June 2, 2015 at 10:32 am
I did some performance checks and analysis on cursors a while back... you might also find these blog posts of mine interesting:
http://bradsruminations.blogspot.com/2010/05/truth-about-cursors-part-1.html
http://bradsruminations.blogspot.com/2010/05/truth-about-cursors-part-2.html
http://bradsruminations.blogspot.com/2010/05/truth-about-cursors-part-3.html
(Yikes! That...
May 6, 2015 at 8:31 am
Hi Jeff...
I appreciate you doing the time tests. Obviously I have to eat my words talking about "half the CPU". When I did comparisons between what I posted...
August 5, 2013 at 10:51 am
I'm afraid I didn't read through the last 3 years of comments, but when I'm faced with this kind of thing, I do the following, which takes half the CPU...
August 2, 2013 at 6:09 pm
Paul White NZ (9/22/2010)
You are probably right. The lack of scalability is a concern, though.I think I will stop violently agreeing with you now. 😎
:laugh: :laugh: :laugh: :laugh: :laugh:...
September 22, 2010 at 11:30 am
Paul White NZ (9/22/2010)
Brad Schulz (9/22/2010)
EXACTLY... There doesn't seem to be a one-stop-shopping function that does it all.
For my money, a production-quality SQLCLR solution is closest, since it produces the...
September 22, 2010 at 10:52 am
Paul White NZ (9/22/2010)
At the risk of stating the obvious, using a multi-statement TVF is exactly equivalent to...
September 22, 2010 at 9:56 am
Paul White NZ (9/22/2010)
. . .
The XML solution needs to be modified (as shown on Brad's blog) to handle entitization...
September 22, 2010 at 9:45 am
Jeff Moden (9/21/2010)
September 21, 2010 at 10:54 pm
Paul White NZ (9/20/2010)
Jeff Moden (9/20/2010)
September 20, 2010 at 12:24 pm
Jeff Moden (9/20/2010)
Brad... what do you get in 2K8 for that same test with the Trace Flag turn on?
I'm attaching it... along with the execution plan. The plan is...
September 20, 2010 at 12:05 pm
bitbucket-25253 (9/20/2010)
Attempted to view your plans Microsoft Internet Explorer 7 . Result:
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the...
September 20, 2010 at 11:21 am
Viewing 15 posts - 1 through 15 (of 25 total)