Forum Replies Created

Viewing 13 posts - 16 through 28 (of 28 total)

  • RE: A SQL Server Date Handling Issue

    This was definitely wrong on many levels, but what strikes me is that they are expecting to extract a time from the first 8 characters of a variable called StartDate....

  • RE: Nasty Fast PERCENT_RANK

    Thanks guys, just the info I was missing. Much appreciated.

  • RE: Nasty Fast PERCENT_RANK

    Thanks Alan, it's always fun to learn faster ways to do things, even if it's not something I expect to be using 🙂

    While my SQL programming skills are generally sufficient...

  • RE: A Syntax Mystery in a Previously Working Procedure

    Setting the length to 4000 isn't fool proof, because some fool may have a longer line.

    I agree with others, and would not be using this solution, but if I had...

  • RE: Cumulative sum of previous rows

    First, thank you for an introduction to a command I've never heard of. I'll need to read up on it to see if it has an application for us.

    But the...

  • RE: LIKE a vowel

    I've never use Collate and don't know what it does.

    I figured the answer would be 5. Like 5 letters excluding the upper case, would leave the 5 lower case.

    Not seeing...

  • RE: ASCII Character Groups in String

    What's the reasoning behind using the IF... GOTO Next; instead of using a Case statement?

    I'm assuming the Case would execute faster, but regardless, I think it would be easier to...

  • RE: Table Variable

    Wrong here. Probably because I don't know anything about table variables, or try/catch for that matter. One of these days I'll move beyond Visual FoxPro 6. 😀

  • RE: ISNULL

    Hugo Kornelis (8/9/2012)


    Ken Hiatt (8/8/2012)


    Still not believing it was that simple, I clicked Execute and got an error message stating that it couldn't find the stored procedure ISNULL. WTF...

  • RE: ISNULL

    I too was looking for the catch. So I looked up the command in the help, just to make sure I wasn't forgetting about something obscure. Nothing weird, so I...

  • RE: Full Backups

    LOL

    I say we throw the whole thing out like the question never existed, no one got it wrong and no one go it right. We'll just call it a...

  • RE: Transaction

    Apparently it's a good thing my knowledge is limited and I didn't put too much thought into it, I got it right.

    I figured if any part of a transaction failed,...

  • RE: Using a function to parse/return the Nth field of a delimited column

    There is a slight problem with your first IF statement if you truly intend for the delimiter to be "... any weird combination of characters that you think is unique...

Viewing 13 posts - 16 through 28 (of 28 total)