IN_DB_UTIL_SP_CREATE_SESSION_ATTR_TABLE - Perceptive Content Database IN_DB_UTIL Package 5.0 for SQL Server - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external

Perceptive Content Database IN_DB_UTIL Package 5.0 for SQL Server

Platform
Perceptive Content
Product
Perceptive Content Database IN_DB_UTIL Package 5.0 for SQL Server
Release
Foundation 24.1
License

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'