Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 973 Bytes

mssqlserver-125-database-engine-error.md

File metadata and controls

37 lines (31 loc) · 973 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords
MSSQLSERVER_125
MSSQLSERVER_125
MashaMSFT
mathoma
04/04/2017
sql
supportability
reference
125
125 (Database Engine error)

MSSQLSERVER_125

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance]

Details

Attribute Value
Product Name SQL Server
Event ID 125
Event Source MSSQLSERVER
Component SQLEngine
Symbolic Name
Message Text Case expressions may only be nested to level %d.

Explanation

[!INCLUDEssNoVersion] allows for only 10 levels of nesting in CASE expressions.

User Action

Reduce the level of CASE statements to 10 or less.

See Also

CASE (Transact-SQL)