Forum Replies Created

Viewing 15 posts - 2,881 through 2,895 (of 7,484 total)

  • RE: Wildcards

    Steve Jones - SSC Editor (11/22/2013)


    Tom,

    You're being pedantic here in terms of the question. The question isn't which of these are single characters, which which wildcards match.

    Yes, I'm probably being...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (11/22/2013)


    Lynn Pettis (11/22/2013)


    Well, doing the job search thing is tedious. Thinking about applying for this position but pretty sure I only meet half the requirements. I...

  • RE: Are the posted questions getting worse?

    Ed Wagner (11/22/2013)


    I never had the "pleasure" of working with either of those IBM products, but I've been forced to work with other ones. If they're any judge, it's...

  • RE: Coin combinations

    dwain.c (11/17/2013)


    Tom,

    Interesting problem but I can't quite wrap my head around what you're looking for. But here's an rCTE solution that may be something like it.

    <code omitted>

    This calculates the...

  • RE: Coin combinations

    mister.magoo (11/17/2013)


    I forgot to mention, the WHILE loop / *Identity Hack* version takes about the same time as your sample script for the 57596 result, and about 3 times that...

  • RE: Coin combinations

    mister.magoo (11/17/2013)


    Hi Tom,

    A generic cte is possible, but I want to show you my WHILE loop first because it can handle the data and my CTE can't!

    I'm beginning to think...

  • RE: Coin combinations

    LutzM (11/17/2013)


    Isn't that more a scenario for CROSS JOINS rather than a recursive cte?

    Yes, it needs cross joins if conditions that allow you to avod them aren't met. But...

  • RE: Wildcards

    Bad question because the words you were wrote don't necessarily mean what you apparently think they do. Or was it intentionally a trick question?

    Mind you, it's not as bad...

  • RE: SSIS Variable Casting

    Valued Jones (11/20/2013)


    This question gave me a headache.. then I went to the reference page and it got worse. Looks like I need to read up on this so I...

  • RE: SQL Server 2014 Configuration

    Koen Verbeeck (11/18/2013)


    Please read the entire MSDN page you linked to.

    The following SQL Server Database Engine features are supported in the next version of SQL Server, but will be removed...

  • RE: Today's Random Word!

    SQLRNNR (11/21/2013)


    API

    PGU-14/B, or something less warlike?

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (11/18/2013)


    Went over 11,000 points a while back and I also managed to wringle myself into the top 10 (sorry Paul).

    😎 :w00t:

    Congrats.

    When do you plan to catch...

  • RE: Select Statement Sum Question

    Jeff Moden (11/16/2013)


    scotsditch (11/16/2013)


    Please let me know if you have any other advice on how I can improve my posts.

    I'd strongly recommend you try to run your code before you...

  • RE: 2 records at a time?

    LutzM (11/17/2013)


    Since you already have the BorrowerOrder column I'm not sure why it would need to be so complicated...

    Wouldn't a simple BorrowerOrder < 2 be enough?

    SELECT

    *

    FROM

    #t AS t

    WHERE BorrowerOrder...

  • RE: Guidance

    Jeff Moden (11/16/2013)


    There is one variable in the equation where I never say "It Depends" in the guidance I try to offer and that is "Crap Code will cripple your...

Viewing 15 posts - 2,881 through 2,895 (of 7,484 total)