Viewing 15 posts - 196 through 210 (of 567 total)
paul.knibbs (9/24/2013)
wolfkillj (9/24/2013)
A recoilless potato rifle??? That would be AWESOME!!!
How expensive would the Gyrojet spuds be, though? 🙂
I'm thinking a model rocket motor embedded in a potato specially carved for...
September 24, 2013 at 8:47 am
Brandie Tarvin (9/24/2013)
wolfkillj (9/20/2013)
September 24, 2013 at 8:40 am
Ed Wagner (9/24/2013)
<snipped>
I had tossed around the idea in my head about a barrel that's open in the rear, but that would probably require a self-propelled potato, which I've personally...
September 24, 2013 at 7:22 am
Brandie Tarvin (9/24/2013)
I guess I'll have to live with the Key...
September 24, 2013 at 6:54 am
GilaMonster (9/23/2013)
November it's good bye consulting, back to full time grind. Starting at a software development house as a technical lead. Focusing on...
September 23, 2013 at 2:19 pm
LinksUp (9/23/2013)
wolfkillj (9/23/2013)
September 23, 2013 at 10:41 am
And duh, of course you can see the number of executions of a node in an execution plan displayed as Number of Executions in the Properties that pop up when...
September 23, 2013 at 10:27 am
LinksUp (9/23/2013)
Your code is indeed more efficient!
I just ran all 3 queries and checked the Execution plan on each one and I am only seeing 2 Table Scans on...
September 23, 2013 at 10:16 am
LinksUp (9/22/2013)
perireddy.arikatla (9/22/2013)
When i Run the query without giving party_code in where clause
i.e
SELECT party_code, sum(inst_amt) as total_insts,
(Select Sum(paid_amt) as total_paid
...
September 23, 2013 at 8:59 am
Charlottecb (9/20/2013)
Many thanks to you also for taking the time to respond to my question. Unfortunately it doesn't seem to give me the correct result - all 3 customers...
September 23, 2013 at 7:46 am
RedBirdOBX (9/19/2013)
September 20, 2013 at 3:34 pm
Jan Van der Eecken (9/20/2013)
wolfkillj (9/20/2013)
Jan Van der Eecken (9/20/2013)
Did anyone of his fellow members thank him for the recipe? 😀
Don't know, but the Congressional Record would include both the...
September 20, 2013 at 3:24 pm
Suspecting the CTE with an inner join and row numbering would be somewhat costly, I compared it against this:
SELECT c.customername, o.ordernumber, o.orderdate
FROM customer c
CROSS APPLY (SELECT TOP(1) ox.ordernumber, ox.orderdate FROM...
September 20, 2013 at 3:22 pm
Jan Van der Eecken (9/20/2013)
Did anyone of his fellow members thank him for the recipe? 😀
Don't know, but the Congressional Record would include both the recipes and any statements made...
September 20, 2013 at 2:59 pm
Jan Van der Eecken (9/20/2013)
Sean Lange (9/20/2013)
Jan Van der Eecken (9/20/2013)
wolfkillj (9/20/2013)
... The filibuster ...
I don't think I'm the lone non-US citizen who doesn't quite understand what the Filibuster is...
September 20, 2013 at 2:51 pm
Viewing 15 posts - 196 through 210 (of 567 total)