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 1 = True, automatic |