Forum Replies Created

Viewing 15 posts - 14,881 through 14,895 (of 26,486 total)

  • RE: Add a ' to a String

    Then what are you using the DelimtedString function for if you don't want to split the original input string?

  • RE: Add a ' to a String

    Not exactly sure what you mean by a single string, but the following code works for me and returns what I would expect based on what you provided. It...

  • RE: Are the posted questions getting worse?

    GilaMonster (1/16/2011)


    Lynn Pettis (1/16/2011)


    GilaMonster (1/16/2011)


    ...

    Gail, just read this thread. Interesting how the OP couldn't deduce what you were saying from your original answer. I guess the real problem...

  • RE: Add a ' to a String

    Really could use more context regarding what you are trying to accomplish. Can you provide the code for your stored procedure and UDF?

    Please remember, we can't see from here...

  • RE: Are the posted questions getting worse?

    GilaMonster (1/16/2011)


    ...

    Gail, just read this thread. Interesting how the OP couldn't deduce what you were saying from your original answer. I guess the real problem we have isn't...

  • RE: Multi Level Grouping

    Here is your problem:

    CREATE TABLE #mytesttable

    (

    Rennerid INT,

    Jaarid varchar, -- <== define the size for the column, ie varchar(30)

    Achternaam varchar, -- <== define the size for the...

  • RE: CASE in WHERE clause

    Here are two other alternatives:

    SELECT

    column_list

    FROM

    MyTable

    WHERE

    ID = @CaseID

    UNION ALL

    SELECT

    column_list

    FROM

    MyTable

    WHERE

    ...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (1/14/2011)


    If so many of you dislike a certain poster so much then why do you have to keep on talking about him?

    Frustration and the need to express it...

  • RE: Help an Oracle newbie out

    Having worked as a SQL Server DBA/Developer for over 12 years and finding myself on the Dark Side now, I have learned one important thing: Learning Oracle as a developer...

  • RE: Are the posted questions getting worse?

    jcrawf02 (1/4/2011)


    Lynn Pettis (1/4/2011)


    Craig Farrell (1/3/2011)


    Lynn Pettis (1/3/2011)


    I've toyed with the idea a few times in my mind. I even have a Chief of Staff already selected.

    Chief of Staff:...

  • RE: Are the posted questions getting worse?

    Craig Farrell (1/3/2011)


    Lynn Pettis (1/3/2011)


    I've toyed with the idea a few times in my mind. I even have a Chief of Staff already selected.

    Chief of Staff: Howard Stern in...

  • RE: Are the posted questions getting worse?

    Jeff Moden (1/3/2011)


    Craig Farrell (1/3/2011)


    Jack Corbett (1/3/2011)


    Glad you found out the owner and go the issue solved.

    Happy New Year and Birthday to you as well. I just wish I...

  • RE: Solving the "Running Total" & "Ordinal Rank" Problems (Rewritten)

    Jeff Moden (12/31/2010)


    Langston Montgomery (12/29/2010)


    You've outdone yourself with this one Jeff. This article is fantastic. I guess the thing for me to remember, and the reason why some call it...

  • RE: Are the posted questions getting worse?

    GSquared (12/30/2010)


    I just noticed I hit 10k "points" on SSC today. Good way to end the year, as it were.

    Congratulations, Gus!

  • RE: SQL 2000 - Job failing

    First thing I'd do is check the data at row #73571.

    I am assuming you are importing data from a text file of some sort, so you should open it in...

Viewing 15 posts - 14,881 through 14,895 (of 26,486 total)