My client has a database with a lot of replicated tables. I strongly suspect they no longer replicate, that it is now just being used on its own as a single database. I'm trying to determine this for sure.
From some Google searches I've done, it appears that the history of replications is stored in the MSysExchangeLog table - can anyone confirm this?
Does the LastCommunication field tell me when a replication was last attempted?
And if the following fields all equal zero, can I assume no changes occurred to that database's data:
RowsUpdated
RowsDeleted
RowsInserted
RowsSent
TableCount
From some Google searches I've done, it appears that the history of replications is stored in the MSysExchangeLog table - can anyone confirm this?
Does the LastCommunication field tell me when a replication was last attempted?
And if the following fields all equal zero, can I assume no changes occurred to that database's data:
RowsUpdated
RowsDeleted
RowsInserted
RowsSent
TableCount