About 204,000 results
Open links in new tab
  1. 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.

  2. 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 same data might …

  3. Join hints (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · Specifies that the join in the query should use looping, hashing, or merging. Using LOOP, HASH, or MERGE JOIN enforces a particular join between two tables. LOOP can't be …

  4. 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 partition …

  5. 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.

  6. Tutorial: Configure Merge Replication - SQL Server | Microsoft Learn

    Sep 27, 2024 · This tutorial teaches you how to configure Merge Replication between a SQL Server and a mobile client.

  7. How Merge Replication Detects and Resolves Conflicts - SQL Server ...

    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.

  8. Advanced conflict detection & resolution (Merge) - SQL Server

    Sep 27, 2024 · Learn advanced methods of conflict detection and resolution with Merge Replication.

  9. OUTPUT clause (Transact-SQL) - SQL Server | Microsoft Learn

    The following example captures data returned from the OUTPUT clause of a MERGE statement, and inserts that data into another table. The MERGE statement updates the Quantity column of the …

  10. Using checksum function to check multiple columns for a merge

    Jan 29, 2024 · MERGE function - natively compiled stored procedure - SQL Server Use this sample to learn how to simulate the Transact-SQL MERGE statement in a natively compiled module.