
MERGE (Transact-SQL) - SQL Server | Microsoft Learn
Sep 8, 2025 · The MERGE statement runs insert, update, or delete operations on a target table from the results of a join with a source table.
Merge Replication - SQL Server | Microsoft Learn
Aug 21, 2025 · Merge replication allows various sites to work autonomously and later merge updates into a single, uniform result. Because updates are made at more than one node, the …
Join hints (Transact-SQL) - SQL Server | Microsoft Learn
Nov 18, 2025 · Join hints specify that the query optimizer enforce a join strategy between two tables in SQL Server. For general information about joins and join syntax, see FROM clause …
Tutorial: Configure Merge Replication - SQL Server
Sep 27, 2024 · This tutorial teaches you how to configure Merge Replication between a SQL Server and a mobile client.
How Merge Replication Detects and Resolves Conflicts - SQL …
Jul 21, 2025 · Learn how merge replication resolves when a change made at one node could conflict with a change made to the same data at another node.
ALTER PARTITION FUNCTION (Transact-SQL) - SQL Server
Sep 3, 2024 · Alters a partition function by splitting or merging its boundary values. Running an ALTER PARTITION FUNCTION statement can split one table or index partition that uses the …
Specify Merge Replication properties - SQL Server | Microsoft Learn
Sep 27, 2024 · This topic describes how to specify the conflict tracking and resolution level for merge articles in SQL Server by using SQL Server Management Studio or Transact-SQL.
Advanced conflict detection & resolution (Merge) - SQL Server
Sep 27, 2024 · Learn advanced methods of conflict detection and resolution with Merge Replication.
Add & drop articles (existing Publication) - SQL Server
Sep 27, 2024 · Learn how to add articles to and drop articles from existing publications for SQL Server.
Article Options for Merge Replication - SQL Server
Sep 27, 2024 · There are many options for merge table articles that enable you to customize replication behavior to the needs of your applications. By using merge replication, you can do …