Forum Replies Created

Viewing 15 posts - 12,151 through 12,165 (of 13,874 total)

  • RE: WMI Event Watcher Task

    Elliott W (4/22/2010)


    starterm (4/21/2010)


    -- If a file is copied or moved it retains its date, therefore I don't view this as a reliable method.

    --

    CEWII

    If a file is copied, its Date...


  • RE: SSIS tasks was not executed?

    That's strange.

    Something must have changed - you just have to find out what. Source? Target? Windows update? Something else in the package?


  • RE: selective Delta refresh

    Elliott W (4/22/2010)


    That is typically how I set it up so that a dataflow is all good or nothing goes in..

    CEWII

    I knew I could rely on you ...


  • RE: selective Delta refresh

    Elliott W (4/21/2010)


    -- and it also handles failed runs automatically.

    CEWII

    As long as they are complete failures and not partial failures ... though I'm quite sure you've got it all handled.


  • RE: Execute Tasks Conditionally?

    da-zero (4/21/2010)


    Paul_Harvey (4/21/2010)


    I guess this is what makes forums like this, and forum members like these invaluable to someone just starting out.

    Oh, you're making me blush 😀

    Many people take a...


  • RE: staging area

    From Wikipedia:

    Staging areas are used in databases as a place to store temporary data for import. By filling this staging tables with import data you can check and alter this...


  • 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....


Viewing 15 posts - 12,151 through 12,165 (of 13,874 total)