Replication article constants describe the source of data for, and the behavior of a Publisher on, transactional or merge articles.
Constant | Value | Description |
---|---|---|
SQLDMORep_LogBased | 1 | Article monitors the transaction log to determine source data. |
SQLDMORep_LogBasedManualBoth | 7 | Article monitors the transaction log to determine source data. The default view and filter procedure have been overridden. |
SQLDMORep_ LogBasedManualFilterProc |
3 | Article monitors the transaction log to determine source data. The default filter procedure has been overridden. |
SQLDMORep_ LogBasedManualSyncView |
5 | Article monitors the transaction log to determine source data. The default view has been overridden. |
SQLDMORep_ LogBasedVerticalPartition |
6 | Article monitors the transaction log to determine source data. The source data has been partitioned by column. |
SQLDMORep_ManualFilterProc | 2 | Default filter procedure has been overridden. |
SQLDMORep_ManualSyncView | 4 | Default view has been overridden. |
SQLDMORep_Max | 24 | SQLDMORep_ SerializableProcExecution. |
SQLDMORep_Min | 0 | Not set or an error condition. |
SQLDMORep_ProcExecution | 8 | Article uses stored procedure execution to determine source data. |
SQLDMORep_ SerializableProcExecution |
24 | Article uses stored procedure execution to determine source data. The stored procedure is executed within a serializable transaction. |
SQLDMORep_TableBased | 10 | Article monitors a table to determine replicated data. |