Forum Replies Created

Viewing 15 posts - 61 through 75 (of 3,232 total)

  • RE: Mesurez votre graisse du corps. Une autre façon de savoir si vos efforts

    Reported as spam.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Script component - Oracle Connection

    I'm not sure about your cast error, but here's an example of a script source that I wrote to pull database users from an Oracle instance. Hope this helps...

    #region...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Schedule SSIS Package that place file to outside of Network Domain

    Is the connection manager parameterized? It may be that it works in BIDS because your parameters are filled out, but the package may not have the parameters configured on...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Improve your energy level

    reported as spam

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Data conversion in SSIS

    OK, then we'll need to use a conditional check for ISNULL on each column...

    (ISNULL([Copy of F21]) ? 0 : [Copy of F21]) - (ISNULL([Copy of F18]) ? 0 : [Copy...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Data conversion in SSIS

    ReplaceNull() function usage based on your current example expression:

    REPLACENULL([Copy of F21], 0.00) - REPLACENULL([Copy of F18], 0.00) > 0.17

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Data conversion in SSIS

    You likely have a NULL value in one of your two fields in your expression. Try to use the REPLACENULL() function on both of your columns to set the...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: happened in precisely the unsurprising

    Reported

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Looking For A Way to Check Data Spread Across Multiple Records; Looping Most Likely Involved

    OK, I think I understand you now. First off, the top part with the @myTable declaration and INSERT statement (with UNION ALL) is purely to set up an example...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Looking For A Way to Check Data Spread Across Multiple Records; Looping Most Likely Involved

    I think I'm a bit confused on your requirements. If not, this is a pretty easy query. I've mocked up an example to show what I think you...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS - ForEach Loop Container (Excel load)

    Well, this is more of a work around than a fix, but since you know the exact naming convention of the tabs, you could write a query to return the...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS - ForEach Loop Container (Excel load)

    * collection enumerator = "ForEach ADO .NET Schema Rowset Enumerator"

    How are you populating the object variable that you are using for your collection enumerator?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS - ForEach Loop Container (Excel load)

    So every iteration of the loop shows the variable containing this hidden tab value? You said your for each loop was configured to hit an ADO recordset. How...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: A nice whistle and flute

    What I learned then was that, in analyzing and fixing a problem with any application, there was usually a good reason for every technical decision.

    Good article Phil. This is...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS package does not progress when called from agent job

    Can you post the links related to what you read about those folders?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 61 through 75 (of 3,232 total)