Returns a database user name from a specified identification number.
USER_NAME ( [ id ] )
id
Is the identification number associated with a database user. id is int. The parentheses are required.
nvarchar(256)
SELECT USER_NAME(13);
Functions