The IN_DB_UTIL_SP_CREATE_SESSION_ATTR_TABLE stored procedure is used to create the IN_DB_UTIL_SESSION_ATTRIBUTES table. This procedure is executed by several of the framework procedures including the IN_DB_UTIL_SP_SESSION_SETUP procedure and does not need to be manually executed.
Parameter | Description | |
---|---|---|
DEBUG | Type: | INPUT |
Datatype: | NVARCHAR(3) | |
Default Value: | NO | |
Description | Specifies whether to display the results of the table creation. | |
Options |
Yes No |
Example
EXEC IN_CREATE_SESSION_ATTR_TABLE @DEBUG = 'YES'