MSSQLSERVER_125

Topic Status: Some information in this topic is preview and subject to change in future releases. Preview information describes new features or changes to existing features in Microsoft SQL Server 2016 Community Technology Preview 2 (CTP2).

Details

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

SQL Server allows for only 10 levels of nesting in CASE expressions.

User Action

Reduce the level of CASE statements to 10 or less.

See Also

Reference

CASE (Transact-SQL)