SQL Server/T-SQL Tutorial/System Functions/APP NAME — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 13:46, 26 мая 2010
Returning the Application and Host for the Current User Session
4>
5> SELECT APP_NAME() as "Application"
6> GO
Application
------------------------------------------------------------------------------------------------------------------------
--------
SQLCMD
(1 rows affected)