SQL Server/T-SQL Tutorial/System Settings/SUSER NAME
Версия от 13:46, 26 мая 2010; (обсуждение)
SUSER_NAME Function returns the name of the user logged into the server.
3>
4> select SUSER_NAME()
5> GO
--------------------------------------------------------------------------------------------------------------------------------
J\Administrator
(1 rows affected)
1>