Show TOC

rs_versionLocate this document in the navigation structure

Stores version number information for the replication system. At local Replication Servers, only the local version number and the system-wide version number are stored. At the ID Server, version information is stored for all Replication Servers in the replication system.

Column

Datatype

Description

siteid

int

ID number of the Replication Server:

  • 0 – site ID for the system-wide version number

  • 1 – site ID for the site version number

  • <n> – site ID of individual Replication Servers

version

int

Version number:

  • 1000 – version 10.0 (assigned to any Replication Server whose version is unknown)

  • 1003 – version 10.0.3

  • 1011 – version 10.1.1

  • 1100 – version 11.0

  • 1101 – version 11.0.1

  • 1102 – version 11.0.2

  • 1103 – version 11.0.3

  • 1150 – version 11.5

  • 1200 – version 12.0

  • 1210 – version 12.1

  • 1250 – version 12.5

  • 1260 – version 12.6

  • 1500 – versions 15.0, 15.0.1

  • 1510 – version 15.1

  • 1520 – version 15.2

  • 1550 – version 15.5

See the Release Bulletin for Replication Server for any additional supported version numbers.

For more information about system-wide version numbers, see admin security_property.

Indexes

Unique clustered index on (siteid)