SSIS

SSIS Data types

SSIS Numeric Data types:

SSIS Data typeDetails
DT_I1single-byte signed integer
DT_I2two-byte signed integer
DT_I4four-byte signed integer
DT_I8eight-byte signed integer
DT_UI1single-byte unsigned integer
DT_UI2two-byte unsigned integer
DT_UI4four-byte unsigned integer
DT_UI8eight-byte unsigned integer
DT_R4float
DT_R8double-precision float
DT_Numericnumeric
DT_Decimaldecimal
DT_CYcurrency

SSIS String Data types:

SSIS Data typeDetails
DT_STRString
DT_WSTRUnicode text
DT_Texttext
DT_NtextUnicode string

 

SSIS Date Data types:

SSIS Data typeDetails
DT_DateYear, month,day,hour,min,sec,fractional secs(7 digits)
DT_DBDateYear, month, day
DT_DBTimehour, min, sec
DT_DBTime2hour, min, sec, fractional secs(7 digits)
DT_DBTimestampYear, month, day, hour, min, sec, fractional secs(3 digits)
DT_DBTimestamp2Year, month, day, hour, min, sec, fractional secs(7 digits)
DT_DBTimestampoffsettimestamp with timezone

SSIS other Data types:

SSIS Data typeDetails
DT_Boolboolean
DT_GUIDunique identifier
DT_BytesByte stream
DT_ImageImage