Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Used in peer-to-peer replication to track topology wide configuration requests for a publication. This table is stored in the publication database.
Column name |
Data type |
Description |
|---|---|---|
id |
int |
Identifies a conflict configuration request. The request_id column in MSpeer_conflictdetectionconfigresponse uses this value. |
publication |
sysname |
Name of the publication from which the conflict configuration request originated. |
sent_date |
datetime |
Date and time that the conflict configuration request was initiated. |
timeout |
int |
Amount of time that a procedure should wait for all peers to return conflict information. |
modified_date |
datetime |
Date and time that a phase was completed. |
progress_phase |
nvarchar(32) |
Identifies the current phase of processing, by using one of the following values:
|
phase_timed_out |
bit |
Indicates whether the current phase has timed out. |
See Also
Reference
Replication Views (Transact-SQL)