Forum Replies Created

Viewing 15 posts - 12,166 through 12,180 (of 13,876 total)

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

  • RE: life cycle

    Creation, development, production then deletion.

    Unhealthy SSIS packages skip the production stage.

  • RE: not registered for use on this computer

    AAAV (4/14/2010)


    ok by mistake i created the dtsx in sql server 2008 BIDS and trying to open in 2005.

    my dev machine has both versions and the server has only 2005....

  • RE: SSIS problem with subqueries

    No idea about the NULLs datatype, sorry.

    Regarding SQL Server 2008 - go for it. SSIS is not much different, but in some areas it is just plain better and more...

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

    da-zero (4/14/2010)


    yingchai (4/13/2010)


    Hi Phil,

    I had some problems here after applying the Lookup Transformation when I want to do partial mapping.

    That's why I talked about redirecting or ignoring the error output...

  • RE: SSIS 2008 changes in Designer not in sync with XML code

    I am wondering whether the fact that you used file-level copy with the packages has confused SSIS because of the duplicate IDs all over the place.

    You may like to try...

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

    Sorg should be joined to source_id, not destination_id.

    The rest should be ok ... as long as you do not need sorg later on in the dataflow.

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

    Build a mapping table (OldID, NewID) and then use a Lookup transformation to lookup the new ID based on the old ID ... much easier than building a mega-complicated nested...

Viewing 15 posts - 12,166 through 12,180 (of 13,876 total)