Forum Replies Created

Viewing 15 posts - 12,121 through 12,135 (of 13,838 total)

  • RE: Execute Tasks Conditionally?

    Paul_Harvey (4/20/2010)


    Thanks for the advice.

    Can I just ask....

    If I set this constraint, does it potentially prevent the entire package from running, or will components AFTER the one I wish to...

  • RE: Execute Tasks Conditionally?

    Expanding on that a little ... You could use an Execute SQL task to run something like

    Select Count(PK) from table where ...

    and map the result directly to a variable, which...

  • RE: how to configure

    da-zero (4/20/2010)


    Phil Parkin (4/20/2010)


    See here.

    And the award for the Shortest answer ever that was also actually helpful goes to...

    😀

    ... and there was me thinking that I never won anything 🙂

  • RE: how to configure

    See here.

  • RE: SSIS failing while writing to a text file

    ct_man12 (4/17/2010)


    Thanks Phil. I tried doing the SET ANSI_NULLS OFF, but it didn't work. I read about it, and in my query I am not doing any comparison where a...

  • RE: How to map data/define transformation in SSIS package?

    There is a better way of doing this which does not require a lookup table.

    Add a derived column which converts NULLs to "No_Product_Line" and leaves non-NULL data as is, something...

  • RE: SSIS failing while writing to a text file

    Maybe this link will help you.

  • RE: Copy Date Between Servers

    da-zero (4/16/2010)


    Ha, of course you're right.

    I divised my suggestion from the template that I always use. This template has a conditional split to sort out the insert and the updates....

  • RE: Copy Date Between Servers

    da-zero (4/16/2010)


    zuma01 (4/15/2010)


    If a record is found I want to ignore. Records wont change once entered.

    Cheers

    I think you can just use an OLE DB Source to read the data....

  • RE: Copy Date Between Servers

    OK Rookie, I'll go easy on you 🙂

    If a matching record is found (based on ID), do you just want to ignore it? Or perform some sort of update?

  • RE: Copy Date Between Servers

    We need a bit more info ...

    What exactly do you mean by import? Do you have matching PKs? What happens if a match is found - update or ignore? Should...

  • RE: disadvantages

    da-zero (4/15/2010)


    Phil Parkin (4/15/2010)


    Just two hours? That's nothing! My wasted time with Excel is measured in days 🙂

    Two hours today that is 🙂

    (I don't count the hours constructing the package,...

  • RE: disadvantages

    da-zero (4/15/2010)


    <rant>

    I just wasted 2 hours on Excel in SSIS, so I can definitely tell you what the disadvantages are 🙂

    ---

    And don't get me started on the automatic conversion of...

  • RE: disadvantages

    Max worksheet size is 1,048,576 rows by 16,384 columns in Excel 2007.

    The fact that there is no explicit column data-typing in Excel is the single biggest cause of problems in...

  • RE: flatfile

    Easiest thing to do is post some sample data. Your description is not detailed enough.

Viewing 15 posts - 12,121 through 12,135 (of 13,838 total)