Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.56 KB

File metadata and controls

43 lines (38 loc) · 1.56 KB
title MSdbms (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
replication
ms.tgt_pltfrm
ms.topic language-reference
applies_to
SQL Server
f1_keywords
MSdbms_TSQL
MSdbms
dev_langs
TSQL
helpviewer_keywords
MSdbms system table
ms.assetid 2be631bf-de09-4e7a-9ccb-d6c37b81c237
caps.latest.revision 15
author BYHAM
ms.author rickbyh
manager jhubbard

MSdbms (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]

The MSdbms table contains a master list of all versions of the database management systems (DBMS) supported for heterogeneous database replication. This table is stored in the msdb database.

Column name Data type Description
dbms_id int Identifies each unique DBMS and version.
dbms sysname The DBMS name.

MSSQLSERVER

DB2

ORACLE

SYBASE
version varchar(10) The DBMS version.

See Also

Heterogeneous Database Replication
Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)