Skip to content

Commit b862adb

Browse files
authored
Merge pull request #14093 from MightyPen/jan13e
Remove '#Engine' from link, after PR #14029 broke the link to 'maximum-capacity-'.
2 parents 6b4f4e7 + 3a929e4 commit b862adb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/cursors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Cursors | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/28/2018"
4+
ms.date: 03/11/2020
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database"
77
ms.reviewer: ""
@@ -75,7 +75,7 @@ The cursor does not reflect any changes made in the database that affect either
7575
7676
> [!NOTE]
7777
> Because the result set of a static cursor is stored in a worktable in **tempdb**, the size of the rows in the result set cannot exceed the maximum row size for a [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] table.
78-
> For more information, see [worktables in the Query Processing Architecture Guide](../relational-databases/query-processing-architecture-guide.md#worktables). For more information on max row size, see [Maximum Capacity Specifications for SQL Server](../sql-server/maximum-capacity-specifications-for-sql-server.md#Engine).
78+
> For more information, see [worktables in the Query Processing Architecture Guide](../relational-databases/query-processing-architecture-guide.md#worktables). For more information on max row size, see [Maximum Capacity Specifications for SQL Server](../sql-server/maximum-capacity-specifications-for-sql-server.md).
7979
8080
[!INCLUDE[tsql](../includes/tsql-md.md)] uses the term insensitive for static cursors. Some database APIs identify them as snapshot cursors.
8181

0 commit comments

Comments
 (0)