Merge Replication workaround in Azure SQL MI

Sarvesh Pandey 141 Reputation points
2021-03-19T09:08:40.217+00:00

Azure SQL MI currently doesn't support Merge Replication. What is the alternate solution of it?

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,552 questions
0 comments No comments
{count} votes

Accepted answer
  1. EchoLiu-MSFT 14,571 Reputation points
    2021-03-19T09:22:04.113+00:00

    The function of MERGE is equivalent to combining the update, insert, and delete statements into one statement. If you cannot use merge, you can split the statement into separate update, insert, and delete statements.

    There are examples in the post I just answered, please refer to:
    Alternative to MERGE for Remote Queries - UPDATE IF EXISTS OR INSERT RECORD

    Regards
    Echo


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful