Sunday, 16 April 2017

Data type mapping table in SSISDB

This table stores the data type mapping of sql server and SSIS data type.
SELECT [mapping_id]
      ,[ssis_data_type]
      ,[sql_data_type]
  FROM [SSISDB].[internal].[data_type_mapping]

See the below
 

Popular Posts