Skip to content

Commit d8db93e

Browse files
Merge pull request #11365 from v-maudel/patch-24
C108187: Changing italic asterisks by italic underscore and escaping plaint asterisks undersocers
2 parents 6552e04 + b118d56 commit d8db93e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/relational-databases/system-tables/msmerge-conflict-publication-article-transact-sql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ ms.assetid: dc4490b4-02d8-4dfc-98f5-0cf8de8e11be
1818
author: stevestein
1919
ms.author: sstein
2020
---
21-
# MSmerge_conflict_<publication>_<article> (Transact-SQL)
21+
# MSmerge\_conflict\_<publication>\_<article> (Transact-SQL)
2222
[!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)]
2323

24-
The **MSmerge_conflict_*publication*_*article*** table contains information on rows that conflicted or for row changes that were undone to achieve data convergence. A conflict table exists for each replicated table in a publication, where the name of the conflict table is appended with the publication and article name. These article-specific conflict tables exist in the database used for conflict logging, usually the publication database but can be the subscription database if there is decentralized conflict logging.
24+
The **MSmerge\_conflict\_*publication*\__article_** table contains information on rows that conflicted or for row changes that were undone to achieve data convergence. A conflict table exists for each replicated table in a publication, where the name of the conflict table is appended with the publication and article name. These article-specific conflict tables exist in the database used for conflict logging, usually the publication database but can be the subscription database if there is decentralized conflict logging.
2525

2626
|Column name|Data type|Description|
2727
|-----------------|---------------|-----------------|
28-
|***article_column_name***|**variable**|Represents a column in a replicated table. This system table contains one column for each column in the table article.|
28+
|**_article\_column\_name_**|**variable**|Represents a column in a replicated table. This system table contains one column for each column in the table article.|
2929
|**rowguid**|**uniqueidentifier**|The row identifier for the conflict row.|
3030
|**ModifiedDate**|**datetime**|The time when the conflict occurred.|
31-
|**origin_datasource_id**|**uniqueidentifier**|The subscription for which the row change was undone or that lost the conflict.|
31+
|**origin\_datasource\_id**|**uniqueidentifier**|The subscription for which the row change was undone or that lost the conflict.|
3232

3333
## See Also
3434
[Replication Tables (Transact-SQL)](../../relational-databases/system-tables/replication-tables-transact-sql.md)

0 commit comments

Comments
 (0)