Forum Replies Created

Viewing 15 posts - 6,451 through 6,465 (of 26,490 total)

  • RE: The Great Escape

    I agree to disagree.

  • RE: The Great Escape

    I will agree to disagree. Just saying, though, Microsoft doesn't always know best how each server (or database) should be configured. Just look at the default for setup...

  • RE: Are the posted questions getting worse?

    Really? Just because SQL Server setup defaults to a CI collation that makes it the "DEFAULT" collation?

    I give up.

  • RE: The Great Escape

    Okay, walking away. I apologize for not agreeing that the SQL Server default collation is a CI collation based on the fact that it is what is selected when...

  • RE: Are the posted questions getting worse?

    Sean Lange (6/25/2014)


    Ed Wagner (6/25/2014)


    Koen Verbeeck (6/25/2014)


    Ed Wagner (6/25/2014)


    SQLRNNR (6/25/2014)


    Koen Verbeeck (6/25/2014)


    SQLRNNR (6/25/2014)


    Koen Verbeeck (6/25/2014)


    ChrisM@Work (6/25/2014)


    djj (6/25/2014)


    Just saw a post (on another site) that the person had part of a...

  • RE: Running total error

    pwalter83 (6/25/2014)


    Jeff Moden (6/25/2014)


    pwalter83 (6/25/2014)


    Lynn Pettis (6/25/2014)


    EDIT: Looks like Chris found the issue with the part I did. Now to try and figure out the rest.

    I found the problem,...

  • RE: The Great Escape

    I define default as the setting used when initially installing SQL Server. I don't define it as the default used if not specified when initially installing SQL Server unless...

  • RE: Running total error

    Jeff Moden (6/25/2014)


    pwalter83 (6/25/2014)


    Lynn Pettis (6/25/2014)


    EDIT: Looks like Chris found the issue with the part I did. Now to try and figure out the rest.

    I found the problem, try...

  • RE: The Great Escape

    Raghavendra Mudugal (6/25/2014)


    Lynn Pettis (6/25/2014)


    Sean Pearce (6/25/2014)


    palotaiarpad (6/25/2014)


    It would be better to define the collation. If it's case sensitive, then 'Tea' will not match 'tea'. 😛

    No, it would be better...

  • RE: The Great Escape

    Sean Pearce (6/25/2014)


    palotaiarpad (6/25/2014)


    It would be better to define the collation. If it's case sensitive, then 'Tea' will not match 'tea'. 😛

    No, it would be better to assume the default...

  • RE: The Great Escape

    I got it wrong because I didn't take into account the possibility that the question assumed a case insensitive collation. As posted both queries will return 1 row each...

  • RE: Are the posted questions getting worse?

    Okay, stepped away from a problem for a while. Looked at it again today and saw a problem with a running total issue. A simple fix to code...

  • RE: Are the posted questions getting worse?

    Ed Wagner (6/25/2014)


    djj (6/25/2014)


    Koen Verbeeck (6/25/2014)


    ChrisM@Work (6/25/2014)


    djj (6/25/2014)


    Just saw a post (on another site) that the person had part of a query list but no quest was asked. Someone...

  • RE: Running total error

    Please explain what it is you are trying to accomplish? Is case 2 trying to show current running totals for the weeks 18 to 23 but include the calculations...

  • RE: Running total error

    pwalter83 (6/25/2014)


    ChrisM@Work (6/25/2014)


    The issue is a lack of clarity.

    Don't give up. Have a look at the result of this:

    IF OBJECT_ID ('tempdb..#GLT') IS NOT NULL DROP TABLE #GLT

    CREATE TABLE #GLT (

    [Sequence]...

Viewing 15 posts - 6,451 through 6,465 (of 26,490 total)