Forum Replies Created

Viewing 15 posts - 48,256 through 48,270 (of 59,064 total)

  • RE: Splitting a String in SQL - Help Please!

    Chirag (9/16/2008)


    What happened to op?

    I think we lost him a long time ago. He never did answer if it was for a single parameter or for a whole column....

  • RE: Splitting a String in SQL - Help Please!

    Heh... I might have it, ol' friend... I can't explain it, I just gotta do it. I'll be back. And you're right about the table... 3 columns. 🙂

  • RE: Splitting a String in SQL - Help Please!

    By the way, when I said "It sure does", I meant it sure does fail... and in exactly the manner you suggested. Sorry for the confusion. 🙂

    I'll be back......

  • RE: Create string from table

    Ya beat me to it, John. 🙂

    Not 100% sure but, using your good data, I think example 1 was meant to be something on the order of...

    -- Example 1

    DECLARE @EMail...

  • RE: Adding +1 to MAX()

    Dugi (9/16/2008)


    This is the reason why you are or you should be the SQL SERVER MVP ...yayaya :hehe::hehe::hehe:

    Jeff, this code works perfect!

    Heh... thanks for the awesome feedback, Dugi.

    Still,...

  • RE: Patindex

    Manie, I gotta say it again... good article. You brought some good people out in the discussion about PatIndex. Nicely done! 🙂

  • RE: Patindex

    dphillips (9/16/2008)


    Jeff, great examples and test building. It amazes me you have the time to post such significant and applicable content and in such detail.

    Thank you for your many...

  • RE: functions

    Can you show us one, Sergiy... so we can get the idea of how to do it? Thanks.

  • RE: Splitting a String in SQL - Help Please!

    Sergiy (9/16/2008)


    Jeff Moden (9/16/2008)


    It sure does...

    It "eats" the comma from the last value.

    ... but the OpenRowSet thing I showed does it right.

    I explained why it's not an option.

    Could re-export what...

  • RE: Splitting a String in SQL - Help Please!

    It sure does...

    ... but the OpenRowSet thing I showed does it right.

  • RE: Missing Indexes in SQL Server 2005

    Great info! I gotta try it. Thanks.

  • RE: Create string from table

    Cool! I'd guessed wrong. ColumnC in the orginal code wasn't prefixed by a table alias and I'd guessed it was in Table1. Thanks.

  • RE: Splitting a String in SQL - Help Please!

    Ummm... all those bloody REPLACE's are gonna be slow. I just thought of another way using our friends the Tally table and the "quirky update". It'll take me...

  • RE: Splitting a String in SQL - Help Please!

    Heh... yeah, I wouldn't want to take a call in the middle of a cold one, either.

    Split functions always work, especially on a single delimiter. Obviously, your stuff has...

  • RE: Splitting a String in SQL - Help Please!

    BTW... as you already know, the rows you originally posted import just fine because they are, despite appearances, properly formatted CSV's. The delimiters also line up and could be...

Viewing 15 posts - 48,256 through 48,270 (of 59,064 total)