Returns the rows in the specified msmerge_delete_conflicts table.
sp_helpmergedeleteconflictrows [[@publication =] 'publication']
[,[@source_object =] 'source_object']
Column name | Data type | Description |
---|---|---|
source_object | nvarchar(386) | Source object for the delete conflict |
rowguid | uniqueidentifier | Row identifier for the delete conflict |
conflict_type | int | Code indicating type of conflict: 1 = Update conflict 2 = Upload error 3 = Download error 4 = Update delete conflict 5 = Column update conflict |
reason_code | int | Error code that can be context-sensitive |
reason_text | varchar(720) | Error description that can be context-sensitive |
origin_datasource | varchar(255) | Origin of the conflict |
pubid | uniqueidentifier | Publication identifier |
sp_helpmergedeleteconflictrows is used in merge replication.
Execute permissions default to the public role.
System Stored Procedures |