Forum Replies Created

Viewing 15 posts - 3,181 through 3,195 (of 6,486 total)

  • RE: US Client Expectation

    karthikeyan (5/27/2008)


    I am unable to understand his slang ( whether it may be slang or technical jargon ).

    What i am saying is, i can't understand his speech.

    There may be a...

  • RE: Passing Parameters as (almost) 1, 2, and 3 Dimensional Arrays

    Jeff Moden (5/24/2008)


    Matt Miller (5/23/2008)


    The funny clothes I can deal with. The tin foil hat on the other hand...:)

    Heh! C'mon... I don't wear the hat in public... and...

  • RE: Passing Parameters as (almost) 1, 2, and 3 Dimensional Arrays

    Jeff Moden (5/23/2008)


    Oh heck no... those are two 8 hour days... gotta earn a living and a book isn't likely to be a great source of income... HEH! If...

  • RE: What would the expression be for a running sequential count

    jsheldon (5/23/2008)


    The staging area is the table it is going to...bad ERP desgin what can I say.

    So my raw source goes to project_jrnl_load_trans and then the process moves it to...

  • RE: The function MOD

    You're welcome!

  • RE: The function MOD

    Mauri:

    %

    Yes - that's right. That's the Modulo operator.

    14 % 8 = 6

    One small note. For better or worse, Microsoft allows the modulo result using the same sign as...

  • RE: Reindexing problem(Please help)

    ALZDBA (5/22/2008)


    I've also interpreted thesqlgurus comment as non-personal, but a pointing to a practise that arises more and more.

    Companies should learn sqlserver is way more than an enhancement of msaccess...

  • RE: Query with combined exclusion

    thomas.lemesurier (5/23/2008)


    Hi and thanks to both of you for your replies. I have seen the 'auto refactoring' thing before and was under the impression that it didn't change the meaning...

  • RE: Query with combined exclusion

    The query editor sometimes refactors things in a way that "makes sense" to it. From the looks of it - both statements are logically the same, so I don't...

  • RE: Passing Parameters as (almost) 1, 2, and 3 Dimensional Arrays

    Jeff Moden (5/23/2008)


    Heh... just imagine me writing a book... 11 pages every 2 days... it would take an eon for me to write one. I don't know how some...

  • RE: delete with inner join

    Sabina Yasmin (5/23/2008)


    I tried to delete rows from a table with inner join with another table based on keys. But I am unable to do that. Here what am I...

  • RE: What would the expression be for a running sequential count

    1. Define them as outputs in the script component. After adding the script component, right, go into Edit, then inputs and outputs, and add the output names you want....

  • RE: Query result rounding down

    steve.chapman (5/23/2008)


    Thank you,

    1.0 * b.[total shipping days] / c.[shipping days] works as well if you want to display more than 1 decimal place.

    Best Regards,

    Steve Chapman

    It does - just keep in...

  • RE: Date String

    Jeff Moden (5/22/2008)


    Sorry... didn't mean to get you excited. 🙂

    "Flag" a post, in this case, meant that I save the URL for the post in my "Things to follow up...

  • RE: CTE referencing

    Stuart (5/23/2008)


    it might sound a silly question but how could OUTPUT be used in this context?

    The point of OUTPUT is to capture the results from an INSERT/UPDATE/DELETE statement and use...

Viewing 15 posts - 3,181 through 3,195 (of 6,486 total)