Microsoft Business Intelligence
Pages
Home
SSIS
SQL SERVER
SSAS
SSRS
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
No comments:
Post a Comment
If you have any doubt, please let me know.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
No comments:
Post a Comment
If you have any doubt, please let me know.