Maps a data server error number to an action to be taken by a Replication Server.
Column |
Datatype |
Description |
---|---|---|
ds_errorid |
int |
Data server error number |
errorclassid |
rs_id |
Error class ID (see rs_classes) |
action |
tinyint |
Action to take when error occurs:
|
prsid |
int |
Site where this row is primary |
Unique index on (ds_errorid, errorclassid)
Clustered index on (errorclassid)