Skip to content

Commit dd16fba

Browse files
20250728 update to include Preview for Fabric
1 parent 88a82a5 commit dd16fba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/includes/fabric-sqldb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
author: WilliamDAssafMSFT
33
ms.author: wiassaf
4-
ms.date: 04/03/2024
4+
ms.date: 07/28/2025
55
ms.service: sql
66
ms.topic: include
77
---
8-
SQL database in [!INCLUDE [fabric](fabric.md)]
8+
SQL database in [!INCLUDE [fabric](fabric.md)] Preview

docs/t-sql/language-elements/string-concatenation-pipes-transact-sql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Some benefits of using the ANSI string concatenation syntax include:
5656

5757
- Interoperability: The ANSI standard is widely recognized and supported by most SQL-compliant database systems, enhancing interoperability between different systems and tools.
5858

59+
The `||` string concatenation operator is available in Azure SQL Managed Instance configured with the [Always-up-to-date](/azure/azure-sql/managed-instance/update-policy#always-up-to-date-update-policy) update policy.
60+
5961
### String truncation behavior
6062

6163
If the result of the concatenation of strings exceeds the limit of 8,000 bytes, the result is truncated. However, if at least one of the strings concatenated is a large value type, truncation doesn't occur.

0 commit comments

Comments
 (0)