Forum Replies Created

Viewing 15 posts - 481 through 495 (of 1,034 total)

  • RE: How to: Fail Lookup Transformation if matches are found

    Triality (1/10/2012)


    That is a good idea, but how do I make sure the error is raised before any of the no match output rows are added to the database?

    Make the...

  • RE: How to: Fail Lookup Transformation if matches are found

    Triality (1/10/2012)


    I could do that, but I am loading about 30 different files on this package all with different layouts. I would have to create 30 additional "error" tables...

  • RE: How to: Fail Lookup Transformation if matches are found

    Triality (1/10/2012)


    I see how to fail the lookup transformation if matches are NOT found, but is it possible to also fail the lookup transformation if matches ARE found? I...

  • RE: Incremental Data Load

    Koen Verbeeck (12/16/2011)


    ChiragNS (12/16/2011)


    Hi

    Does the source table that you populate your data from have a identity column as the primary key ?

    If so you can take the max of that...

  • RE: Time Zone

    Oracle supports storing timezone with dates.

    http://docs.oracle.com/cd/B14117_01/server.101/b10759/functions179.htm

    Using the portability defense really isn't a good idea... each DB server is different enough, that queries that can run on all of them, likely...

  • RE: Time Zone

    It is also nice when you want to look at all the values relative to your current timezone. For instance, all the logging data goes into the table from...

  • RE: Concurrent Operations

    Yay! For a change one I didn't have to think about, because I actually knew the answer.

    Such a warm and fuzzy feeling... 🙂

  • RE: Truncation Error from the following logic

    john.arnott (12/9/2011)


    Mark,

    Is the error message completely unambiguous? Or is it possible that some other column is what's getting truncated? "Truncation" makes it sound like a character...

  • RE: Truncation Error from the following logic

    Evil Kraig F (12/9/2011)


    mtassin (12/8/2011)


    I did... that's where the dates and times from above come from. 🙂

    D'oh, *facepalm*. Sorry.

    I'm wondering if this is a case of SSIS complaining...

  • RE: Truncation Error from the following logic

    john.arnott (12/7/2011)


    I've not tried anything to prove this, but it seems that if you 're converting a string to DT_DBTime, the string should be in the format of hh:mm:ss. ...

  • RE: Truncation Error from the following logic

    Evil Kraig F (12/7/2011)


    mtassin (12/7/2011)


    Of 11million records... about 50,000 are failing with truncation. Near as I can tell there's no way I'm exceeding the bounds of a DT_I4 data...

  • RE: Output Parameter

    Ninja's_RGR'us (11/21/2011)


    mtassin (11/21/2011)


    Ninja's_RGR'us (11/21/2011)


    I know it depends, but I'm getting sick of making that argument so I was hoping one of you guys would take care ot that! 😉

    IT DEPENDS!

    There...

  • RE: Output Parameter

    Ninja's_RGR'us (11/21/2011)


    I know it depends, but I'm getting sick of making that argument so I was hoping one of you guys would take care ot that! 😉

    IT DEPENDS!

    There I did...

  • RE: Heath Normal Form

    Hugo Kornelis (11/14/2011)


    martin.whitton (11/14/2011)


    I never use BI in my work. Yet, I like QotD questions about BI, because they force me to look into technology I normally don't use, and...

  • RE: SQL_VARIANT 1

    I woulda had it right, but I thought I'd double check myself. Since I was using SQL 2008 R2, I figured I'd use the new way to do inserts...

Viewing 15 posts - 481 through 495 (of 1,034 total)