Forum Replies Created

Viewing 15 posts - 196 through 210 (of 242 total)

  • RE: DIY

    I'll add my voice. I LOVE DIY. I love working with wood, based on growing up with a father who was a master cabinet-maker (apprenticed in "the old...

  • RE: Understanding INNER join in detail

    Using "Table1, Table2 WHERE ..." is an older syntax. The ANSI standard for quite some time has been to use "Table1 INNER JOIN Table2 ON ..." (LEFT OUTER JOIN,...

  • RE: The June 2008 Energy Update

    With regards to light bulbs:

    I have noticed that some CF bulbs work "better" than others, ie. they get brighter faster, the color spectrum is better. I don't have a...

  • RE: Sort Order - Include Null al last

    I don't care about the point so much, but I want to see a little green check mark next to this one! (Bruises my ego to see those red...

  • RE: In The Zone

    I think Brandon Danner makes a good point. When I am in the zone, I don't even notice I have emails in my inbox until I "come out", which...

  • RE: In The Zone

    I agree with Steve's definition. I think one aspect of the Zone is that you are making progress on a problem, which is almost like bio-feedback and gains momentum....

  • RE: Function execution

    What this question highlights is that an error is NOT thrown when you pass a parameter value that is too long into the function.

    If you tried that with an INSERT,...

  • RE: A Worthwhile Goal

    Maybe I mis-understood the question. If you are starting a new project, then yes, the first step would be to establish the standards, and start coding in a methodical...

  • RE: A Worthwhile Goal

    I vote for quality. Two years ago, I had to tackle a whole system of code that was very consistent, but the code was a nightmare! It took...

  • RE: Query

    Hmmm... I dug a little deeper in BOL and found something interesting.

    On the main "clauses" page under "SELECT", it shows that the FROM clause is a required clause with almost...

  • RE: Query

    Well, I checked BOL for both WHERE clause syntax and SELECT subquery, and neither shows this "feature".

    Under the WHERE clause syntax, it simply shows the option to use a (subquery)...

  • RE: Query

    My gut feeling is that it's not valid syntax (so you won't find it in BOL), but somehow SQL Server managed to parse it into an executable query.

    I'd love to...

  • RE: Query

    Yes, you would get the ambiguous reference if customerid were in both tables.

    But if you look at the code that was attached to the solution, Customerid was removed from the...

  • RE: Query

    I think this question was an example of some user bringing a piece of code to the DBA and saying, "This isn't working right. The program runs, but the...

  • RE: The Lighter Side - Life is like an analogy

    I LOVE analogies, and this hits the nail right on the head!

    Thanks for a smile that will last all day!

Viewing 15 posts - 196 through 210 (of 242 total)