Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 3.07 KB

supported-ddl-for-natively-compiled-t-sql-modules.md

File metadata and controls

52 lines (33 loc) · 3.07 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic monikerRange
Supported DDL for Natively Compiled T-SQL modules
Learn about supported DDL constructs for natively compiled T-SQL modules, such as stored procedures, scalar UDFs, inline TVFs, and triggers.
WilliamDAssafMSFT
wiassaf
03/16/2017
sql
in-memory-oltp
conceptual
=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current

Supported DDL for Natively Compiled T-SQL modules

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance] This topic lists the supported DDL constructs for natively compiled T-SQL modules, such as stored procedures, scalar UDFs, inline TVFs, and triggers.

For information on features and T-SQL surface area that can be used as part of natively compiled T-SQL modules, see Supported Features for Natively Compiled T-SQL Modules.

For information about unsupported constructs, see Transact-SQL Constructs Not Supported by In-Memory OLTP.

The following are supported:

See Also

Natively Compiled Stored Procedures