Skip to content

Commit 28e1ebe

Browse files
authored
Update joins.md
1 parent 49ab2f3 commit 28e1ebe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/relational-databases/performance

docs/relational-databases/performance/joins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Joins | Microsoft Docs"
2+
title: "Joins (SQL Server) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "02/18/2018"
55
ms.prod: "sql-non-specified"
@@ -24,7 +24,7 @@ ms.author: "mikeray"
2424
manager: "craigg"
2525
ms.workload: "On Demand"
2626
---
27-
# Joins
27+
# Joins (SQL Server)
2828
[!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)]
2929

3030
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] performs sort, intersect, union, and difference operations using in-memory sorting and hash join technology. Using this type of query plan, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] supports vertical table partitioning, sometimes called columnar storage.

0 commit comments

Comments
 (0)