Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: SSIS Date Conversion Problem

    Bingo!!! There were some blank fields so it was trying to set // to a date. I placed an If YYYY<>"" then .... and it worked great.

    Thanks so much for...

  • RE: SSIS Date Conversion Problem

    That does make sense. Since I am a VB guy. Below is what I have done. It runs but complains about converting string do date.

    Dim LastUpdate...

  • RE: SSIS Date Conversion Problem

    Okay I put the scrip component after the derived column and before the destination. I go into the script component and select the column then go to design script and...

  • RE: SSIS Date Conversion Problem

     

    Row.LastUpdateDateOut = CDate(CStr(CType(yourdatestring, Date)))???

    I do not understand where to put this? What step in the package does...

  • RE: SSIS Date Conversion Problem

    If I do not try to convert the field type but leave it as char it works. But is it safe to leave a date field as char? I have...

Viewing 5 posts - 1 through 6 (of 6 total)