• what scale is the int in SSIS, there are 5 maintypes INT16, INT32 and INT64 plus the Unsighed versions (UINT32 and UNIT64)

    An Int16 can only hold numbers upto +/- 32767, an INT32 can hold numbers upto +/-2^15.

    I would look to use the Int32 datatype in SSIS for this kind of thing unless you can guarantee that the row count will be less than 32000 rows of data.

    _________________________________________________________________________
    SSC Guide to Posting and Best Practices