Forum Replies Created

Viewing 15 posts - 44,551 through 44,565 (of 59,063 total)

  • RE: Are the posted questions getting worse?

    RBarryYoung (3/14/2009)


    OK, this is the most disturbing thing that I have read in a while. Read it closely. Brrrr...

    Oooooh myyyyyy.... absolutely chilling. "Forgive them, Lord, for they...

  • RE: T-Sql rant

    foxjazz (3/14/2009)


    I haven't experienced a case where I could write a stored proc, without t-sql language .... I would love to write my stored procs in c#.

    foxjazz (3/14/2009)


    Its really sad...

  • RE: String Manipulation

    RBarryYoung (3/14/2009)


    Jeff Moden (3/14/2009)


    RBarryYoung (3/14/2009)


    I know that this'll drive Jeff crazy, but I actually think that this would work better as a CLR Trigger.

    It might... but Nah... "we don need...

  • RE: String Manipulation

    Here's the code with the last step of counting the actual words...

    --===== Replace all HTML tags with nothing

    WHILE CHARINDEX(' CHARINDEX('<',@HTMLText)

    SELECT @HTMLText = STUFF(@HTMLText,

    ...

  • RE: String Manipulation

    Sorry Goldie... I forgot the last step... I'll be right back...

  • RE: String Manipulation

    RBarryYoung (3/14/2009)


    I know that this'll drive Jeff crazy, but I actually think that this would work better as a CLR Trigger.

    It might... but Nah... "we don need no stinkin' CLR"...

  • RE: String Manipulation

    As much as I praise their use, there are some things that the Tally table won't beat a WHILE loop at... cleaning strings using STUFF is one of those things...

  • RE: String Manipulation

    Goldie Graber (3/14/2009)


    Download the file and save as text.

    If you try to view it in your browser it will translate the HTML tags.

    Ack... of course... stupid me. Thanks, Goldie.

  • RE: Update query is killing me..

    Joseph (3/14/2009)


    if you want you can try using Common Table Expression (CTE) method.. ans see how long it will take

    WITH CITY_INFO(stateid ,cityid,districtid,distpt,citypt

    (

    select stateid ,

    ...

  • RE: t-sql dates

    Bob Hovious (3/14/2009)


    Sorry I didn't post my code. There's nothing secret about it, but Rob requested it in PM and I respected his request. ...

  • RE: T-Sql rant

    lmu92 (3/14/2009)


    @ Jeff:

    Jeff Moden (3/14/2009)


    Heh... definitely not. English only here.

    I wouldn't be so sure about that... 😛

    Heh... sorry... the "here" means "me" in this case. I understand...

  • RE: How to differentiate (Field containing comma) in csv file while using bulk insert

    megham10 (3/13/2009)


    Hi All,

    I 'm Using Bulk insert Statement to load .CSV File into temp table.

    one of my field contains data as eg."23,446" so while inserting it treats it as two...

  • RE: Issue with CTE

    Bob Hovious (3/12/2009)


    I think we've caught Moden's Millisecond Madness.

    Heh... you must have... you're getting good at it. 😉

    The performance key here isn't the number of milliseconds of difference between the...

  • RE: Issue with CTE

    Heh... stupid me... of course it's set to 9 or you'd have gotten a message about the CTE. Sorry.

    Can you post your final code? I just wanna make...

  • RE: Issue with CTE

    siddartha pal (3/12/2009)


    I am not able to complie the function because of Varchar(max) for @string parameter.

    Siddartha,

    Check the compatibility level of the database... if it's set to "8", then the database...

Viewing 15 posts - 44,551 through 44,565 (of 59,063 total)