Viewing 15 posts - 541 through 555 (of 600 total)
SQLBill (8/20/2010)
Good article, well written. However, as brought up it does give an appearance (notice I said appearance) of a conflict of interest.
You highlight a RedGate product and guess...
August 20, 2010 at 2:33 pm
Well, that didnt tell us much, did it? I was assuming that member address view at least would link between the two.
It would be nice if the design was documented...
August 20, 2010 at 10:13 am
I think personal investment in training and conferences is great, and people should absolutely do it.
But don't think of it as a way to impress the boss or get him...
August 20, 2010 at 9:53 am
Could you post the definitions of each view too? That will probably be revealing as to how these tables link.
My guess is that envirnoment key is coincidental and not needed...
August 20, 2010 at 9:22 am
BravehearT1326 (8/20/2010)
August 20, 2010 at 9:03 am
'Seems' to generate a cartesian results set? If you arent sure, my first suggestion would be to add the environment key from each 'table' to the select and try...
August 20, 2010 at 7:51 am
Barkingdog (8/13/2010)
August 13, 2010 at 2:51 pm
Robert Lassiter (8/13/2010)
SET @month=(select distinct CASE
When July.F1007 is null or July.F1007 < 1 then 'MovementEXP.F1007'
Else 'July.F1007'
END from movementexp join july on MovementEXP.F01=July.F01)
Later I want to...
August 13, 2010 at 10:33 am
The only thing you divide by is SUM(TOTALQUANTITYMADE) so it must be returning zero for this product.
If that is not a valid case (should never be zero, Id query...
August 4, 2010 at 9:18 am
Robert.Smith-1001156 (8/3/2010)
In my experience, unless you're in a union shop you really can't afford to be that...
August 4, 2010 at 8:52 am
Actually on closer inspection Im not sure this needs much fancy consecutive counting, but there is a lot of business rules handling.
Thought I just about had this then something tripped...
August 3, 2010 at 6:16 pm
One more quick question:
When I am finding the new records to be updated, which of the following should be done:
1) Find all records where CoverageTimePeriod is null
OR
2) Find the most...
August 3, 2010 at 3:03 pm
Is lapse 1 or 0 or the number of months lapsed? (Your two examples had two different things). Is lapse only set to a value the month the lapse...
August 3, 2010 at 12:59 pm
Thanks for the extra detail Lallitha. I have a few follow-up questions though:
-What are the inputs and expected output of the query? It looks like in your samples your...
August 3, 2010 at 12:16 pm
Viewing 15 posts - 541 through 555 (of 600 total)