Skip to content

Commit 4847dc5

Browse files
authored
Update implementing-a-case-expression-in-a-natively-compiled-stored-procedure.md
1 parent b86da41 commit 4847dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/in-memory-oltp/implementing-a-case-expression-in-a-natively-compiled-stored-procedure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ EXEC dbo.usp_SOHOnlineOrderResult
4646
GO
4747
```
4848

49-
**Applies to:** [!INCLUDE[ssSQL14_md](../../includes/ssSQL14_md.md)] and SQL Server starting [!INCLUDE[ssSQL15_md](../../includes/ssSQL15_md.md)]
49+
**Applies to:** [!INCLUDE[ssSQL14-md](../../includes/ssSQL14-md.md)] and SQL Server starting [!INCLUDE[ssSQL15-md](../../includes/ssSQL15-md.md)]
5050

5151
CASE expressions are *not* supported in natively compiled T-SQL modules. The following sample shows a way to implement the functionality of a CASE expression in a natively compiled stored procedure.
5252

0 commit comments

Comments
 (0)