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'