Contains one row for each article that supports immediate-updating subscriptions. This table is stored in the replicated database.
| Column name | Data type | Description |
|---|---|---|
| artid | int | Identity column providing a unique ID number for the article. |
| pubid | int | ID of the publication to which the article belongs. |
| sync_ins_proc | int | ID of the stored procedure handling Insert Sync Transactions. |
| sync_upd_proc | int | ID of the stored procedure handling Update Sync Transactions. |
| sync_del_proc | int | ID of the stored procedure handling Delete Sync Transactions. |
| autogen | bit | Indicates that stored procedures are automatically generated:
0 = False, not automatic. |
| sync_upd_trig | int | ID of the automatic versioning trigger on the article table. |
| conflict_tableid | int | ID for the conflict table. |
| ins_conflict_proc | int | ID of the procedure used to write the conflict to the conflict_table. |
| identity_support | bit | Specifies whether disables automatic identity range handling is enabled when queued updating is used. 0 means that there is no identity range support. |