IN_DB_UTIL_FN_GET_UTIL_VERSION - 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_FN_GET_UTIL_VERSION scalar-valued function returns the current version number for the IN_DB_UTIL package.

Parameter Description
UTIL_VERSION Type: RETURN
Datatype: NVARCHAR(16)
Default Value: 5.0x
Description Returns the version of the IN_DB_UTIL package.

Examples

SELECT inuser.IN_GET_UTIL_VERSION();

DECLARE @IN_DB_UTIL_VERSION NVARCHAR(16) = inuser.IN_GET_UTIL_VERSION();
PRINT 'IN_DB_UTIL Package Version '+@IN_DB_UTIL_VERSION;