Forum Replies Created

Viewing 15 posts - 76 through 90 (of 2,469 total)

  • RE: Parse Address before Comma

    check and see if the address has a comma first and then parse...

    something along these lines...

    SELECT

    CASE

    WHEN CHARINDEX(',', Address) > 0 THEN RTRIM(SUBSTRING(Address,1,CHARINDEX(',',Address,1)-1))

    END Name

    Are you sure there aren't...

  • RE: What is the purpose of third party products?

    ...maybe this is a question of semantics...and we could have a whole new deviation/discussion from original thread at this point...

    But I look at the...

  • RE: What is the purpose of third party products?

    I believe she's talking about all the "ApexSQL", "Idera" etc. that have their own forums under "third party products"...also believe that Steve must've done this with his sense of fair...

  • RE: # of view..

    true...important or not, on my wishlist is the "read receipt" when you've read someone's pm...instead of sending it to the sender it sends it back to you confirming what you...

  • RE: Update site to show ownership

    What - are you not getting all the checks that SSC mails to you every month...maybe they have your address wrong..

  • RE: script DB changes

    Sam - you might be referring to the "Options" tab where you can check the table scripting options to script indexes, primary keys, check constraints etc. where you get an...

  • RE: Excel date serial number convertion in SQL2000

    Saibhushan...sorry - don't know what I was looking at...it is 39064...to make up I am providing links for 2 articles in the hope that reading them may provide better guidance...

  • RE: Tired of a problem with the site.

    Sounds very frustrating to say the least...wish I could say I've experienced something similar...but no...not pre and not post RG...

  • RE: Excel date serial number convertion in SQL2000

    Saibhushan - How do you get 39064 ?! I see it being stored as 39066 and running your select displays "20061217" ?!?!

  • RE: Christmas Competition

    My personal best is 628,343...I have to be content with this...see y'all in the new year!

    Happy Holidays!

  • RE: Christmas Competition

    Merry Christmas back Mike!

    My vacation doesn't start until Saturday so I get some more time to at least try and beat Ron if...

  • RE: Christmas Competition

    tsk! tsk! How quickly are the mighty fallen...are you sending your morals on a mini-vacation ?!?!...

  • RE: Insert blank lines in table to group data....

    Your "thinking hat" is obviously one of high quality Jeff...

    It doesn't however, tell you that grouping by addresses is ok, does it ?!?!

  • RE: Christmas Competition

    600K is pretty impressive....for the past half hour I haven't been able to get beyond 60K...will try once again tomorrow else Mike can crown you SSC King for 2006...

  • RE: Christmas Competition

    Frustrating isn't it ?!

    After I head home from work I'm going to have a few more goes at it!

Viewing 15 posts - 76 through 90 (of 2,469 total)