Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic lists the supported constructs on natively compiled stored procedures.
For information about unsupported constructs, see Transact-SQL Constructs Not Supported by In-Memory OLTP.
Procedure DDL
The following are supported:
CREATE PROCEDURE
DROP PROCEDURE
SCHEMABINDING (required for natively compiled stored procedures)
NATIVE_COMPILATION
Parameters can be declared as NOT NULL.
Table-valued parameters.
Security
The following are supported:
For procedures: EXECUTE AS OWNER, SELF, and user.
GRANT and DENY permissions on tables and procedures.