Viewing 15 posts - 5,281 through 5,295 (of 5,685 total)
WayneS (10/15/2010)
LOL! :w00t:(Think of how much that you learned! Sounds like it's been a good week for learning!)
Oh learned plenty so far. My SQL learning is simply matched up...
October 15, 2010 at 5:29 pm
WayneS (10/15/2010)
Craig Farrell (10/15/2010)
Or, for the 2k8 deprived,Umm, Craig, this is valid syntax for 2005 also! :w00t:
I think I'm going to go hide in my corner now. I'll...
October 15, 2010 at 5:13 pm
Or, for the [EDIT] eternally stuck in 2k mindset... [/EDIT], a bit more oldschool:
SELECT
t1.*
FROM
Table1 AS t1
LEFT JOIN
Table2 AS t2
...
October 15, 2010 at 3:34 pm
smknox (10/15/2010)
ORDER BY
CASE WHEN @SortVar='name' AND @order = 'ASC' THEN s.LastName+s.FirstName END ASC,
CASE WHEN @SortVar='name' AND...
October 15, 2010 at 2:34 pm
Constantly forgetting that if I want to know what the SERVER is going to do with an SSIS/DTS package, I have to schedule it, not run it from the design...
October 15, 2010 at 2:25 pm
GilaMonster (10/15/2010)
mtillman-921105 (10/15/2010)
October 15, 2010 at 1:24 pm
GilaMonster (10/15/2010)
Relax. Don't exaggerate your abilities. Don't lie. Don't be afraid to say 'I don't know', but have a plan for finding out.
This. This this this. I passed...
October 15, 2010 at 10:38 am
Rats. I had hoped the Sargable nature of your code vs. mine would have improved performance. Guess it would depend on the base data set though and how...
October 14, 2010 at 4:14 pm
Paul White NZ (10/14/2010)
For 2005 onward, consider adding the 'safety code' I mentioned - you can find it here: http://www.sqlservercentral.com/Forums/FindPost980118.aspx
Well, far be it from me to turn down a damned...
October 14, 2010 at 3:33 pm
GilaMonster (10/14/2010)
Craig Farrell (10/14/2010)
October 14, 2010 at 3:04 pm
David Portas (10/14/2010)
October 14, 2010 at 2:56 pm
A couple of code shops I've been in were nothing but hamburger code. We fixed it only when we heard screams of murder, we pushed out code as fast...
October 14, 2010 at 2:43 pm
Paul White NZ (10/14/2010)
October 14, 2010 at 2:32 pm
Sorry Paul, that was a bit abrupt and you deserve better than that, your explainations are always concise and instructive.
I would agree in general that quirky update should not be...
October 14, 2010 at 11:06 am
Paul White NZ (10/13/2010)
Craig Farrell (10/8/2010)
Craig,You can't use joins in a Quirky Update.
Paul
Can't, or shouldn't? I did get the correct results here when I tested the code, with no...
October 14, 2010 at 10:40 am
Viewing 15 posts - 5,281 through 5,295 (of 5,685 total)