locked
replicaId RRS feed

  • Question

  • As I read microsoft says that every row has version which is mixed from replicaId(uniqueidentifier) and timestamp... but where is the replicaId stated ? İt just holds remote peer key that includes 0 or 1 in the tracking table....

    Thursday, November 10, 2011 12:03 AM

Answers

  • the replica key mapping is inside the sync knowledge and you'll find that the Id's actually map to scope_id guid in scope_info


    • Edited by JuneT Thursday, November 10, 2011 1:37 AM
    • Marked as answer by sk0601 Wednesday, November 30, 2011 8:11 AM
    Thursday, November 10, 2011 1:27 AM

All replies

  • the replica key mapping is inside the sync knowledge and you'll find that the Id's actually map to scope_id guid in scope_info


    • Edited by JuneT Thursday, November 10, 2011 1:37 AM
    • Marked as answer by sk0601 Wednesday, November 30, 2011 8:11 AM
    Thursday, November 10, 2011 1:27 AM
  • As I understand, originator value of data row is scope_id... In this case, after the replication where is the record of information that indicates originator value of replicated data row... In the tracking table, scope_update_peer_key is set as 1, 0 or NULL...?

    For example there is a data row named as X and it is created in the database of A that has ScopeA. For another replica there is B database that has ScopeB. When I synchronize ScopeA and ScopeB, is it stated as ScopeA for originator value of X data row ? And if this value is stated in the scope_sync_knowledge which is binary data, how can i reach to this information ?

    Wednesday, November 30, 2011 8:35 AM
  • Wednesday, November 30, 2011 1:10 PM