first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Using Queries to Handle Replication Errors

All replication synchronization data errors are stored in a hidden system table called MSysErrors. It has column (or field name) called RowGUID that can be used in joins with the table generating the error.

The join between the MSysErrors and the table in question is between the fields RowGUID and s_GUID respectively. This information can be used to build temporary queries in the QDE.

Recall that in order to see system tables like MSysErrors select Tools > Options > Show > System Objects from the Menu Bar.

mod date: 1998-03-06T22:03:16.000Z