Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase ««12

Compare one row with another in a Table ! Expand / Collapse
Author
Message
Posted Wednesday, January 09, 2013 8:41 AM


Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Thursday, May 02, 2013 1:20 PM
Points: 1,235, Visits: 5,389
dwain.c (1/7/2013)

Any solution posed with a CTE can always be done without the CTE by making the CTE into a derived table as Lynn has shown.


That's not entirely true. It's only true if the CTE is not recursive. Recursive CTEs cannot simply be rewritten as derived tables.

Even where they can be rewritten as derived tables, I find the CTE syntax easier to understand, and would recommend using the CTE in any case.

Drew


J. Drew Allen
Business Intelligence Analyst
Philadelphia, PA
Post #1404836
Posted Wednesday, January 09, 2013 5:45 PM


SSCrazy

SSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazy

Group: General Forum Members
Last Login: Yesterday @ 8:37 PM
Points: 2,370, Visits: 3,252
drew.allen (1/9/2013)
dwain.c (1/7/2013)

Any solution posed with a CTE can always be done without the CTE by making the CTE into a derived table as Lynn has shown.


That's not entirely true. It's only true if the CTE is not recursive. Recursive CTEs cannot simply be rewritten as derived tables.

Even where they can be rewritten as derived tables, I find the CTE syntax easier to understand, and would recommend using the CTE in any case.

Drew


Drew - 100% correct. Can't understand why I didn't think of that considering the number of rCTEs I've posted to this site.



No loops! No CURSORs! No RBAR! Hoo-uh!

INDEXing a poor-performing query is like putting sugar on cat food. Yeah, it probably tastes better but are you sure you want to eat it?

Need to UNPIVOT? Why not CROSS APPLY VALUES instead?
Since random numbers are too important to be left to chance, let's generate some!
Are you too recursively challenged?
Splitting strings based on patterns can be fast!
Post #1405089
« Prev Topic | Next Topic »

Add to briefcase ««12

Permissions Expand / Collapse