January 26, 2011 at 12:26 am
Replication is a process which works on the "store and forward" concept
Can somebody explain me about this process and what all steps are their and how to monitor the replication
Define latency?
How to check the latency of replication?
What to do when replication is intializing?
NEVER NEVER EVER GIVE UP;-)
January 26, 2011 at 1:00 am
Open SQL Books online (the help file that comes with SQL Server), select the content tab in the left pane, expand out SQL 2005, click on Replication. Start reading.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 27, 2011 at 12:32 am
i Hope if you could give me some brief summary
NEVER NEVER EVER GIVE UP;-)
January 27, 2011 at 12:42 am
If u want to know how to set up replication for eg transactional replication, then here is the link,
http://www.sql-server-performance.com/articles/per/transactional_replication_2008_r2_p1.aspx
If u want to setup alert emails, though u can do it using predefined alerts in SSMS but here is a link which contains user defined approach:
http://www.sql-server-performance.com/articles/dba/email_alerts_notification_p1.aspx
Latency is the time it takes for the data to propogate from the publisher to the subscriber.In order to view it just open the Replication Monitor, there u will be able to view.
Hope this helps.
Satnam
January 27, 2011 at 3:09 am
http://msdn.microsoft.com/library/ms166367.aspx
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 27, 2011 at 9:36 am
There are basically 3 types of replication: Transactional, Merge, and Snapshot. Transactional is the most common of the 3.
Think of it as a newspaper or magazine publication that's delivered to your home. There are three actions involved: 1. The Publisher (who prints/publishes the newspaper or magazine), 2. The Distributor (the paper-boy/girl, or postal delivery person), and 3. The Subscriber (you, at your home, who reads the newspaper or magazine).
Latency is the time it takes for the Publisher to get the newspaper/magazine to the Distributor, plus the time it takes for the Distributor to deliver the newspaper/magazine to your home. You can use Replication Monitor to view the amount of time for these two processes.
There are multiple online resources for you to explore for more detailed information on all types of replication.
January 27, 2011 at 10:12 am
Check these Links
http://www.informit.com/articles/article.aspx?p=169612&seqNum=2
http://www.informit.com/articles/article.aspx?p=169612&seqNum=4
http://www.informit.com/articles/article.aspx?p=599700&seqNum=5
http://www.informit.com/articles/article.aspx?p=170234
http://www.informit.com/articles/article.aspx?p=169612&seqNum=4">
http://www.informit.com/articles/article.aspx?p=169612&seqNum=2
http://www.informit.com/articles/article.aspx?p=169612&seqNum=4
http://www.informit.com/articles/article.aspx?p=599700&seqNum=5
http://www.informit.com/articles/article.aspx?p=170234
http://www.informit.com/articles/article.aspx?p=169612&seqNum=4
Thank You,
Best Regards,
SQLBuddy
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply