sys.sp_helpdatatypemap
general #stored-procedure
Description
Returns information on the defined data type mappings between SQL Server and non-SQL Server database management systems (DBMS). This stored procedure is executed at the The name of the DBMS from which the data types are mapped.
Syntax
sp_helpdatatypemap
[ @source_dbms = ]
N
'source_dbms'
[ , [ @source_version = ]
'source_version'
]
[ , [ @source_type = ]
N
'source_type'
]
[ , [ @destination_dbms = ]
N
'destination_dbms'
]
[ , [ @destination_version = ]
'destination_version'
]
[ , [ @destination_type = ]
N
'destination_type'
]
[ , [ @defaults_only = ] defaults_only ]
[ ; ]