Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.99 KB

msdatatype-mappings-transact-sql.md

File metadata and controls

38 lines (33 loc) · 1.99 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
MSdatatype_mappings (Transact-SQL)
MSdatatype_mappings (Transact-SQL)
WilliamDAssafMSFT
wiassaf
03/03/2017
sql
replication
reference
MSdatatype_mappings
MSdatatype_mappings_TSQL
MSdatatype_mappings view
TSQL

MSdatatype_mappings (Transact-SQL)

[!INCLUDE SQL Server]

The MSdatatype_mappings view maps SQL Server data types to data types used by non-SQL Server database management systems (DBMS). This table is stored in the msdb database.

Column name Data type Description
dbms_name nvarchar(128) Is the name of the DBMS. Below are the possible values and their descriptions.

MSSQLSERVER: The destination is a SQL Server database.
ORACLE: The destination is an Oracle database.
DB2: The destination is an IBM Db2 database.
SYBASE: The destination is a Sybase database.
sql_type nvarchar(128) Is the SQL Server data type.
dest_type nvarchar(128) Is the name of the non-SQL Server data type.
dest_prec bigint Is the precision of the non-SQL Server data type.
dest_create_params int Internal use only.
dest_nullable bit Is if the non-SQL Server data type supports a NULL value.

See Also

Heterogeneous Database Replication
Specify Data Type Mappings for an Oracle Publisher
Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)