8000 sql-docs/docs/linux/sql-server-linux-replication.md at live · brucedkyle/sql-docs · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
History
60 lines (42 loc) · 2.14 KB

File metadata and controls

60 lines (42 loc) · 2.14 KB
title SQL Server Replication on Linux
description Learn how SQL Server 2017 (14.x) (CU18) and later support SQL Server Replication for instances of SQL Server on Linux.
author VanMSFT
ms.author vanto
ms.reviewer vanto
ms.date 12/09/2019
ms.topic article
ms.prod sql
ms.prod_service database-engine
ms.technology linux
monikerRange >=sql-server-2017||>=sql-server-linux-2017

SQL Server Replication on Linux

[!INCLUDE SQL Server - Linux]

[!INCLUDESQL Server 2017] (CU18) and later support SQL Server Replication for instances of SQL Server on Linux.

Configure replication on Linux with SQL Server Management Studio (SSMS) replication stored procedures.

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 may include an instance of SQL Server on Linux for publisher and distributor, and the subscribers include instances of SQL Server on Windows as well as Linux.

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

  • Transactional
  • Snapshot

For detailed information about replication, see SQL Server replication documentation.

Supported features

The following replication features are supported:

  • Snapshot replication
  • Transactional replication
  • Replication with non-default ports
  • Replication with AD authentication
  • Replication configurations across Windows and Linux
  • Immediate updates for transactional replication

Limitations

The following features are not supported:

  • Merge replication
  • Peer-to-Peer replication
  • Oracle publishing

Next steps

Configure SQL Server replication on Linux

Sample: Configure SQL Server replication on Linux

0