Skip to content

Commit 01a2a2c

Browse files
Update binary-and-varbinary-transact-sql.md
1 parent 6e2b013 commit 01a2a2c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/t-sql/data-types/binary-and-varbinary-transact-sql.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "binary and varbinary (Transact-SQL)"
33
description: "Binary data types of either fixed length or variable length."
44
author: MikeRayMSFT
55
ms.author: mikeray
6-
ms.reviewer: randolphwest
7-
ms.date: 09/24/2024
6+
ms.reviewer: randolphwest, jovanpop
7+
ms.date: 11/20/2025
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: "reference"
@@ -96,11 +96,7 @@ The final result is `57921`, not `123457`.
9696
> [!NOTE]
9797
> Conversions between any data type and the **binary** data types are not guaranteed to be the same between versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
9898
99-
## Limitations
100-
101-
Currently, in [!INCLUDE [fabric](../../includes/fabric.md)], only varbinary(*n*) is supported. The binary and varbinary(max) data types are not supported.
102-
103-
## See also
99+
## Related content
104100

105101
- [CAST and CONVERT (Transact-SQL)](../../t-sql/functions/cast-and-convert-transact-sql.md)
106102
- [Data Type Conversion (Database Engine)](../../t-sql/data-types/data-type-conversion-database-engine.md)

0 commit comments

Comments
 (0)