Tapahtumat
31. maalisk. klo 23 - 2. huhtik. klo 23
Suurin SQL-, Fabric- ja Power BI -oppimistapahtuma. 31. maaliskuuta – 2. huhtikuuta. Käytä koodia FABINSIDER säästääksesi 400 dollaria.
Rekisteröidy jo tänäänTätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
Applies to:
SQL Server
Azure SQL Managed Instance
Replication is a set of technologies for copying and distributing data and database objects from one database to another and then synchronizing between databases to maintain consistency. Use replication to distribute data to different locations and to remote or mobile users over local and wide area networks, dial-up connections, wireless connections, and the Internet.
Transactional replication is typically used in server-to-server scenarios that require high throughput, including: improving scalability and availability; data warehousing and reporting; integrating data from multiple sites; integrating heterogeneous data; and offloading batch processing. Merge replication is primarily designed for mobile applications or distributed server applications that have possible data conflicts. Common scenarios include: exchanging data with mobile users; consumer point of sale (POS) applications; and integration of data from multiple sites. Snapshot replication is used to provide the initial data set for transactional and merge replication; it can also be used when complete refreshes of data are appropriate. With these three types of replication, SQL Server provides a powerful and flexible system for synchronizing data across your enterprise. Replication to SQLCE 3.5 and SQLCE 4.0 is supported on both Windows Server 2012 R2 and Windows 8.
For backward compatibility information see, Replication Backward Compatibility
Tapahtumat
31. maalisk. klo 23 - 2. huhtik. klo 23
Suurin SQL-, Fabric- ja Power BI -oppimistapahtuma. 31. maaliskuuta – 2. huhtikuuta. Käytä koodia FABINSIDER säästääksesi 400 dollaria.
Rekisteröidy jo tänäänOpetus
Moduuli
Configure replication and manage failovers in Azure Cosmos DB - Training
Configure replication and manage failovers in Azure Cosmos DB
Sertifiointi
Microsoft-sertifiointi: Azure-tietokannan järjestelmänvalvojan kumppani - Certifications
Hallitse SQL Server -tietokantainfrastruktuuria pilvipalveluissa, paikallisissa tietokannoissa ja hybridirelaatiotietokannoissa Microsoft PaaS -relaatiotietokantatarjonnan avulla.
Ohjeet
Types of Replication - SQL Server
Learn about the different types of replication that SQL Server provides for use in distributed applications.
Merge Replication - SQL Server
Merge replication uses a snapshot of the publication database objects and data, and then tracks modifications at the Publisher and Subscribers with triggers.
Specify Synchronization Schedules - SQL Server
Learn how to specify synchronization schedules in SQL Server by using SQL Server Management Studio, Transact-SQL, or Replication Management Objects.