Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: Identifying Unused Objects in a Database

    Okay, this works for SS2005. What exists to do the same kind of thing in SS2000?

  • RE: How to Choose the Best Connectors for SSIS

    Mike, one thing we've found in dealing with the MS and IBM OLE DB providers for DB2:  the MS provider doesn't support BLOB or CLOB columns.  The IBM does, but...

  • RE: SSIS between DB2 and SQL 2005

    It does look like the IBM DB2 OLE DB provider does work with CLOBs and BLOBs.  And you can just put in your own info on the site to get...

  • RE: SSIS between DB2 and SQL 2005

    Okay, gang, it just got worse.  Documentation on the MS OLEDB driver for DB2 says it doesn't support BLOB or CLOB data formats.  There's a forum string on MSDN suggesting using...

  • RE: SSIS between DB2 and SQL 2005

    Okay, here's the conditions:

    DB2 table with a BLOB column ALTERNATE_CATEGORY_MASK

    Task settings:  I do have a specified directory for the BlobTempStoragePath

    Data flow component Custom Properties for the DB2 link: 

    AccessMode: OpenRowset

    AlwaysUseDefaultCodePage:...

  • RE: SSIS between DB2 and SQL 2005

    I'll give it a look as soon as I get the service pack for VS downloaded and run.  I'm on a new computer this morning, and I'm still getting it...

  • RE: SSIS between DB2 and SQL 2005

    The output field in the SQL table is defined as a TEXT field.  All the errors are coming from the DB2 side of the data flow for the table. It looks like...

  • RE: SSIS between DB2 and SQL 2005

    The error messages are:

    Error: 0xC020901C at Set 5 1, DB2 VENDOR_MASTER 1 [243]: There was an error with output column "COMMENTS" (329) on output "OLE DB Source Output" (254)....

  • RE: SSIS between DB2 and SQL 2005

    Mike, thanks, that got me past the timestamp schtick.  Now I'm having a problem with a DB2 CLOB column in the same freakin' table.  Any words of wisdom?

  • RE: SSIS between DB2 and SQL 2005

    Okay, in the advanced editor on the DB2 OLE DB source, under Column Mappings tab, the External Column Type is DT-DBTIMESTAMP, Database-timestamp.  In Input and Output properties tab, says the...

  • RE: SSIS between DB2 and SQL 2005

    Well, when I try selecting that value in the data conversion step as the output, I get the same error.

    Right now I have three steps in the package:  the OLE...

Viewing 11 posts - 1 through 11 (of 11 total)