Forum Replies Created

Viewing 15 posts - 376 through 390 (of 535 total)

  • RE: Question about Inner Joins

    Basically, an inner join forces both tables to have the same value in the columns you're using in the join.

    Table1

    ColomnA

    1

    2

    3

    Table2

    Column A

    1

    2

    SELECT Table1.ColumnA

    FROM Table1

    INNER JOIN Table2 ON Table2.ColumnA =...

  • RE: Fantasy football

    ms4446 (9/28/2010)


    I am "Left Outer Join" becuase I really like when my queries return NULL values.

    Watch out ms4446, you may be projecting 12 points ahead o' me this week, but...

  • RE: Table Value Function

    mbender (10/28/2010)


    Ouch!

    thanks for your help, this is the SQL Newbies forum correct?

    Little background on myself, i'm all self taught and new to actually writing in T-SQL. So if i'm...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (10/26/2010)


    My son says this reminded him of me. Yikes.

    http://is.gd/gkXJs

    You remind him of which one? Steve or Bill? 😀

    That's really funny by the way.

  • RE: Are the posted questions getting worse?

    ChrisM@home (10/26/2010)


    mtillman-921105 (10/26/2010)


    Steve Jones - SSC Editor (10/26/2010)


    I loved Foxpro. First SQL App I wrote was an upgrade from Fox/DOS to VFP/SQL Server. Worked great!

    Good, then I'm glad I don't...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (10/26/2010)


    I loved Foxpro. First SQL App I wrote was an upgrade from Fox/DOS to VFP/SQL Server. Worked great!

    Good, then I'm glad I don't have to...

  • RE: Are the posted questions getting worse?

    WayneS (10/25/2010)


    mtillman-921105 (10/25/2010)


    Where I'm at right now the current system(s) are in FoxPro. It works. I'm part of the team rewriting the HR part using .NET and SQL Server, we...

  • RE: Fantasy football

    Ray K (10/26/2010)


    LOVED the Giants score last night!!! Take that, Dallas!!!

    And I have two Giants on my office fantasy team! Those points took me over the top!

    Wish I...

  • RE: Fantasy football

    SequelSurfer (10/20/2010)


    Denver aren't quite firing on all cylinders so it could be a good match up. I will be letting my wife do lots of shopping for Niner's gear as...

  • RE: Are the posted questions getting worse?

    Where I'm at right now the current system(s) are in FoxPro. It works. I'm part of the team rewriting the HR part using .NET and SQL Server, we redesigned. Making...

  • RE: SQL Server 2008 R2

    Good question, thanks. 🙂

  • RE: What's the best way to count?

    Tom.Thomson (10/21/2010)


    mtillman-921105 (10/19/2010)


    kevin.l.williams (10/19/2010)


    If I saw any production code like 2, 3 or 4, the developer would get an ear full. I will stick with count(*) thank you very much.

    Maybe...

  • RE: What's the best way to count?

    kevin.l.williams (10/19/2010)


    mtillman-921105 (10/19/2010)


    It's simple tasks like this that I think MS needs to work on. Judging by this question, most of us (yours truly included) can't even get an...

  • RE: What's the best way to count?

    vk-kirov (10/19/2010)


    mtillman-921105 (10/19/2010)


    Oracle's even harder to use.

    Hmm... Are you saying this as a developer or as a DBA?

    I'm saying this as a developer, but my understanding is that both are...

  • RE: Fantasy football

    I'm doing fine in both of my leagues, but I'm surprised at that. For the last two years, my teams have been just sad. I'm not spending a...

Viewing 15 posts - 376 through 390 (of 535 total)