Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.58 KB

File metadata and controls

40 lines (33 loc) · 1.58 KB
title SQL Server Replication on Linux | Microsoft Docs
description This article describes SQL Server replication on Linux.
author MikeRayMSFT
ms.author mikeray
manager craigg
ms.date 03/20/2018
ms.topic article
ms.prod sql-non-specified
ms.prod_service database-engine
ms.service
ms.component
ms.suite sql
ms.custom sql-linux
ms.technology database-engine
ms.assetid
ms.workload On Demand

SQL Server Replication on Linux

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md-linuxonly]

[!INCLUDEsqlservervnext] CTP 1.5 introduces SQL Server Replication for instances of SQL Server on Linux. At this time, SQL Server Replication on Linux is a preview feature.

Configure replication on Linux with replication stored procedures. You cannot configure replication for SQL Server on Linux with SQL Server Management Studios (SSMS).

An instance of SQL Server can participate in any replication role:

  • Publisher
  • Distributor
  • Subscriber

A replication schema can mix and match operating system platforms. For example, a replication schema can use instances of SQL Server on Linux for publisher and subscriber, and the distributor can be hosted on an instance of SQL Server on Windows.

SQL Server instances on Linux can participate in any type of replication.

  • Transactional
  • Merge
  • Snapshot

Next steps

Sample: Configure SQL Server replication on Linux