Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 1,554 total)

  • RE: FTP HELP!!!!

    If security is a big factor. then you need to get to the bottom of this...

    Work with everone, *NIX, cluster, firewall.. well, all that may be involved. Find out what...

  • RE: Excel Function Trimmean

    Well, Steve has got a lot better head for numbers than I do

    This trimming business seems to be trickier than it first seemed....

  • RE: Retrieval of Heirarchical records in child to Parent/root Fashion

    Great - looks better now.

    Have you read what BOL has on the subject?

    /Kenneth

  • RE: Bizarre Result Set

    Unfortunately, if the choice is between 'fast but not correct' and 'slow but correct', and at the same time 'slow' is deemed as 'not working', you're between a rock and...

  • RE: Optimize Range Query

    Are you absolutely sure about this?

    I tried your example - just copy & paste into QA and got:

    Table '#temp1________ ...... Scan count 5, logical reads 5, physical...

  • RE: Important - CXPacket Errors in sysprocesses

    Well, does the kb article apply to you? Are you on the latest sp? Do you have parallellism set to ON? If so, tried turning it off?

    /Kenneth

  • RE: Bizarre Result Set

    The general recommendation (from me and some others) since 7.x, is to default to set parallellism OFF, and only turn it on with individual querys proven to benefit from it and also...

  • RE: Comparison Operator With Local Variable

    Another method (that also allows you to not use dynamic SQL) is to take the in parameter, and instead of tokenize it, insert into a temptable or tempvariable, then join...

  • RE: OSQL and special characters

    osql uses ODBC, perhaps you have conflicting conversion settings there?

    Have you tried loading with bcp? bcp offers some switches regarding collation and format.

    /Kenneth

  • RE: Retrieval of Heirarchical records in child to Parent/root Fashion

    Read it as carefully as possible - no pics in my browser, so I have no idea what the table or data looks like. (it's preferrable to post DDL and data...

  • RE: Excel Function Trimmean

    (since col1 is int, I also return an int)

    Here's my take on it - assuming a 20% trim on the overall data.

    January 11, 2005 at 9:13 am

    #536842

  • RE: Excel Function Trimmean

    I think I know how to do it, but until Yukon, it's dynamic SQL only

    /Kenneth

  • RE: It''''s funny but interesting

    Not really, imo the original error is (well, by all means imho the fact that you are allowed to use square brackets is the 'true' blame) - but... the original...

  • RE: Excel Function Trimmean

    Ah, took me a while to figure out what trimmean did.. (found the swedish translation)

    But I think it's missing the trim percentage parameter,...

  • RE: It''''s funny but interesting

    It's not that strange. '4Blocker_Date' is an invalid name as it begins with a number, so I'm not surprised it behaves "funny".

    What happens if you execute "Select Distinct [4Blocker_Date] From TempTab"...

Viewing 15 posts - 1,216 through 1,230 (of 1,554 total)