Forum Replies Created

Viewing 15 posts - 9,121 through 9,135 (of 26,490 total)

  • RE: Fantasy football 2012

    The SQL Bolts completed a Cinderella season. After winning a must win game in the final week of the regular season to propel themselves into the championship bracket, the...

  • RE: Fantasy football 2012

    R-E-P-E-A-T

    SQL Bolts are 2 time SSCFFL Champions!!!

  • RE: Unwanted parameter truncation

    pdanes (12/23/2012)


    Lynn Pettis (12/21/2012)


    ...

    Yeah, that pretty much sums up the options that I've been able to dig up.

    Well, a bit of reading answered one thing - Access is not very...

  • RE: Fantasy football 2012

    Coming down to the final strech tonight! It is looking really good for the SQL Bolts to clinch their 2nd SSCFFL Championship Title!

    And a surprise move in the Consolation...

  • RE: ORDER BY Should be same as my input in IN()

    CELKO (12/22/2012)


    UPDATE Orders SET

    some_col = (SELECT TOP 1 Order_Details.item_price

    FROM Order_Details

    ...

  • RE: ORDER BY Should be same as my input in IN()

    CELKO (12/22/2012)


    If you are confused by the table and column names in the example, then change them to abstracts. The point that you seem to miss is that a 1:m...

  • RE: ORDER BY Should be same as my input in IN()

    CELKO (12/22/2012)


    Why don't you understand that a programming language is based on syntax, without regard to any semantics that you know from the human view point? Gee, I guess we...

  • RE: ORDER BY Should be same as my input in IN()

    Celko original query (formatting is mine):

    UPDATE Orders SET

    Orders.some_col = Order_Details.item_price

    FROM

    Orders

    INNER JOIN Order_Details

    ...

  • RE: ORDER BY Should be same as my input in IN()

    CELKO (12/22/2012)


    What is conceptually illogical is your purported example.

    Set theory? Foundation of the Relational Model? First Normal Form (1NF) and the Information Principle derived from it, states that...

  • RE: Are the posted questions getting worse?

    Constantly amazed by the number of people who think that full backups truncate the transaction log. Where do they get such ideas?

  • RE: Fantasy football 2012

    Okay, now I am not so sure about Sunday. I have 4 players listed as probable and I don't have the depth on the bench to cover them all...

  • RE: Fantasy football 2012

    Is anyone out there??? I mean the Mayan Apocolypse has come and gone and we are all still here.

  • RE: ORDER BY Should be same as my input in IN()

    Jeff Moden (12/21/2012)


    Lynn Pettis (12/21/2012)


    Jeff Moden (12/21/2012)


    Josh Ashwood (12/20/2012)


    GilaMonster (12/20/2012)


    Can you imagine all the simple

    SELECT Foo FROM Foo, Bar WHERE Foo.X *= Bar.Y

    haha *=

    Now that...

  • RE: ORDER BY Should be same as my input in IN()

    CELKO (12/21/2012)


    What on this good green Earth are you talking about??? Normal updates don't rely on index order. Only "Quirky Updates" rely on that and THAT's NOT...

  • RE: Fantasy football 2012

    Lynn Pettis (12/20/2012)


    The Championship is on the line this weekend! The SQL Bolts are currently a 7.4 favorite to win over the SSC Steelers. Can they do it,...

Viewing 15 posts - 9,121 through 9,135 (of 26,490 total)