Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 3,543 total)

  • RE: Are the posted questions getting worse?

    Grant Fritchey (6/30/2009)


    mjarsaniya (6/30/2009)


    Very few people in here would claim to be experts. I sure don't.

    :laugh: You are far too modest Grant 😉

  • RE: Are the posted questions getting worse?

    GilaMonster (6/30/2009)


    David Burrows (6/30/2009)


    There is a member with the name 'Anonymous'

    Yeah, but I don't think it's that. If you check the screen shot, there's no profile details, the name is...

  • RE: Are the posted questions getting worse?

    GilaMonster (6/30/2009)


    Can someone send me a PM please. There looks like there's something buggy, every PM I've received in the last week has been from 'Anonymous' and has no profile...

  • RE: get real!

    SanjayAttray (6/29/2009)


    in SQL server 2005 result is 1.234568E+09

    while in SQL 2000 result is 1.2345679E+9

    Does it make any difference ?

    It is dependant on the client tool

    QA shows...

  • RE: Are the posted questions getting worse?

    GilaMonster (6/29/2009)


    Grant Fritchey (6/29/2009)


    I used to have the 'Lack of planning' saying on the front of my PC.

    I use to have MYOB

    Mind Your Own Business to remind me not...

  • RE: Are the posted questions getting worse?

    Doc (6/23/2009)


    RBarryYoung (6/23/2009)


    Impressive Bio Mr. Young

    Nice pic too! 😉

  • RE: How to transpose from Row to Columns with out using Pivot

    Also you can achieve the same using PIVOT

    e.g.

    SELECT ACCT_DEBTOR,

    [1] AS [LandLineNumber1],

    [2] AS [LandLineNumber2],

    [3] AS [LandLineNumber3]

    FROM (SELECT ACCT_DEBTOR,OCCURRENCE,LANDLINE_CONTACT_NO FROM Post_File082_Landline_No) a

    PIVOT(MAX(LANDLINE_CONTACT_NO) FOR OCCURRENCE IN ([1],[2],[3])) p...

  • RE: Are the posted questions getting worse?

    :ermm: The THREAD is practising medicine now :blink:

    Get therapy and vent your spleen all at the same time :w00t:

  • RE: Are the posted questions getting worse?

    ... RBAR to the max behind the scenes ...

    Well RBAR is better than FUBAR 😛

  • RE: Are the posted questions getting worse?

    Shame they couldn't be directed to 'he who cannot be named'

    He'd be able to provide suitable answers 😀

  • RE: decimal

    ta.bu.shi.da.yu (6/18/2009)


    Ah... but how would you get around that? Is there any way of disabling the rounding?

    Use FLOOR 🙂

  • RE: Are the posted questions getting worse?

    This is getting way tooooo serious 🙂

    The THREAD's gonna get ya 😛

  • RE: one character of data

    VM (6/17/2009)


    Thank you for all this wonderful information!

    I apologise for such a sloppy question. The thing I wanted to mainly emphasise with this question was that "correct datatypes be chosen...

  • RE: one character of data

    Paul White (6/17/2009)


    There is a risk of taking this too seriously you know...

    Most of the recent QODs seem to have been posted by the author of this, and from memory,...

  • RE: one character of data

    Hugo Kornelis (6/17/2009)


    David Burrows (6/17/2009)


    But those advocating nchar are also making an assumption :blink:

    Anyone using nchar on an assumption deserves Pork Chops thrown at them in my view :w00t:

    Hi David,

    If...

Viewing 15 posts - 1,321 through 1,335 (of 3,543 total)