Data Replication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sonia.sardana
    New Member
    • Jul 2006
    • 95

    Data Replication

    Data Replication means that two copies of database are synchronised with each other Means changes done in one database are reflected in other database.
    It is also useful in Database Recovery....

    Can Somebody tell me the step by step procedure of how to copy the entire data from one database table to another database table.....
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Originally posted by sonia.sardana
    Data Replication means that two copies of database are synchronised with each other Means changes done in one database are reflected in other database.
    It is also useful in Database Recovery....

    Can Somebody tell me the step by step procedure of how to copy the entire data from one database table to another database table.....

    Replication is not merely copying the database. It also requires a lot of planning and analysis. You can start from here

    -- CK

    Comment

    Working...