Results 1 to 5 of 5

Thread: What are the Replication Types in available SQL?

  1. #1
    Join Date
    Dec 2009
    Posts
    38

    What are the Replication Types in available SQL?

    Hi Friends,

    I am IT student having lots of confusion about the various SQL concept. I have just started the SQL course, so the 'Replication Types' is entirely new concept for me. I don't have any idea about the replication types available in SQL. I wonder if you let me know something about the replication types of SQL. I would greatly appreciate your any help over this issue.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: What are the Replication Types in available SQL?

    Hi,

    The types of replication always varies as per the type of the application being used. The 'Replication' concept of SQL is divided into three categories, and which are mentioned below:
    • Merge Replication
    • Transactional Replication
    • Snapshot Replication

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: What are the Replication Types in available SQL?

    'Transactional replication' type of SQL replication is used as a Snapshot Agent It is also used as Agent for the SQL Server distribution. The Snapshot Agent used to create snapshot files which contains schema as well as data tables & database objects published data. It also used to hold the files within the snapshot and saves the synchronization works. It stores this work into the database over the distribution server.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: What are the Replication Types in available SQL?

    The SQL replication has three types known as Merge, Snapshot, and transactional. Advantage of replication is that you can do of non-blocking backup of your data.Note that when you use replication, all changes in tables are replicated, and must intervene on the master server. Otherwise, you must be careful in your interventions.Two-way replication type of SQL offers data modification to the parent replica.

  5. #5
    Join Date
    Feb 2008
    Posts
    1,852

    Re: What are the Replication Types in available SQL?

    Snapshot Replication:
    This type of SQL replication essential for the distribution of the data which is exactly as per it's appearance. In particular time moment tit doesn't monitor the data updates.
    Merge Replication:
    This type of replication starts as a report snapshot and it used for the data distribution as it appear. In this replication if synchronization generated, then complete snapshot is get created.

Similar Threads

  1. Domain Replication Via VPN
    By Daimian1209 in forum Active Directory
    Replies: 1
    Last Post: 19-06-2012, 11:46 AM
  2. NTDS Replication: How to remove a replication partner?
    By haritable in forum Small Business Server
    Replies: 3
    Last Post: 10-05-2012, 09:50 PM
  3. Replication implmentation
    By Aiya in forum Networking & Security
    Replies: 1
    Last Post: 27-04-2010, 10:54 AM
  4. What's DFS Replication ?
    By Custidio in forum Networking & Security
    Replies: 5
    Last Post: 21-01-2010, 08:35 PM
  5. Different types Types CCFL's
    By Zipp in forum Overclocking & Computer Modification
    Replies: 3
    Last Post: 29-10-2009, 09:11 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,943,738.88462 seconds with 17 queries