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;

See Also