IN_DB_UTIL_SP_SCHEMA_GET_HIST - 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_SCHEMA_GET_HIST stored procedure will fetch the INUSER schema history from the IN_PRODUCT_MOD_HIST table.

Parameter Description
MODE Type: INPUT
Datatype: TINYINT
Default Value: 3
Description Specifies whether to display the procedure name during execution.
Options

1 = Results are selected to the Results grid only.

2 = Results are selected to the Results grid and printed in the Message Tab.

3 = Results are printed in the Message Tab only.

DEBUG Type: RETURN
Datatype: NVARCHAR(3)
Default Value: NO
Description Specifies whether to display the procedure name during execution.
Options

YES

NO

V_RETURN_VAL Type: OUTPUT
Datatype: INTEGER
Default Value: 0
Description

Specifies whether the execution of the procedure was successful or not.

0 = Success

1 = Error

Example

EXEC IN_SCHEMA_GET_HIST 1;  
EXEC IN_SCHEMA_GET_HIST 2;  
EXEC IN_SCHEMA_GET_HIST 3;