sp_showrowreplicainfo (Transact-SQL)
Displays information about a row in a table that is being used as an article in merge replication. This stored procedure is executed at the Publisher on the publication database.
Column name | Data type | Description |
|---|---|---|
server_name | sysname | Name of the server hosting the database that made the row version entry. |
db_name | sysname | Name of the database that made this entry. |
db_nickname | binary(6) | Nickname of the database that made this entry. |
version | int | Version of the entry. |
current_state | nvarchar(9) | Returns information on the current state of the row. y - Row data represents the current state of the row. n - Row data does not represent the current state of the row. <n/a> - Not applicable. <unknown> - Current state cannot be determined. |
rowversion_table | nchar(17) | Indicates whether the row versions are stored in the MSmerge_contents table or the MSmerge_tombstone table. |
comment | nvarchar(255) | Additional information about this row version entry. Usually, this field is empty. |
Column name | Data type | Description |
|---|---|---|
server_name | sysname | Name of the server hosting the database that made the column version entry. |
db_name | sysname | Name of the database that made this entry. |
db_nickname | binary(6) | Nickname of the database that made this entry. |
version | int | Version of the entry. |
colname | sysname | Name of the article column that the column version entry represents. |
comment | nvarchar(255) | Additional information about this column version entry. Usually, this field is empty. |
