• hi

    to get loigin user

    DECLARE @UserLogon Char(128)

    Set @UserLogon = SUSER_SNAME()

    select @UserLogon