IN_DB_UTIL_SP_CREATE_LOG_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_LOG_TABLE stored procedure is used to create the IN_DB_UTIL_LOG table. This procedure is executed by the IN_DB_UTIL_SP_LOGGER stored procedure which is used by many other stored procedures to log qualifying actions such as setting up a session.

(IN_DB_UTIL_SP_SESSION_SETUP) or tearing down a session (IN_DB_UTIL_SP_CLEAR_IDENTIFIER) or to log any errors that are encountered.

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

Examples

EXEC IN_CREATE_LOG_TABLE @DEBUG = 'YES'