MSrepl_version (T-SQL)

Contains one row with the current version of replication installed. This table is stored in the distribution database.

Column name Data type Description
major_version int Major version number of the distribution database.
minor_version int Minor version number of the distribution database.
revision int Revision number.
db_existed bit Indicates whether the distribution database exists before sp_adddistributiondb is called.

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.