本文介紹了SQL Server 復制的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!
問題描述
3 種復制有什么區(qū)別?復制適用于數(shù)據(jù)歸檔嗎?復制步驟是什么?
What is difference between 3 type of replication? Is replication suitable for data archiving? What is the replication steps?
推薦答案
以下是 SQL Server 中的三種復制類型.
Following are the three types of replication in SQL server.
- 事務復制
- 合并復制
- 快照復制
有關更多信息,請參見 http://technet.microsoft.com/en-我們/圖書館/ms152531.aspx
For more See http://technet.microsoft.com/en-us/library/ms152531.aspx
復制也可用于存檔目的,但需要一些額外的機制.大部分時間我看到,它用于數(shù)據(jù)倉庫場景,以減少OLTP系統(tǒng)的負載.
Replication can be used for archiving purposes as well but with some additional mechanisms. Most of the time I have seen, it is used in data warehousing scenarios to reduce load on the OLTP system.
這篇關于SQL Server 復制的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!
【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權益,請聯(lián)系我們刪除處理,感謝您的支持!