APP_NAME
Returns the application name for the current session if set by the application.
Syntax
APP_NAME ( )
Return types
nvarchar(128)
Example
SELECT APP_NAME() as LyftronAppName;
Returns the application name for the current session if set by the application.
APP_NAME ( )
nvarchar(128)
SELECT APP_NAME() as LyftronAppName;