Viewing post 1 (of 1 total)
You don't necessary need a trigger for that. A SQL server has a built-in function that returns the identifier on the current connection:
SELECT suser_sname()
returns this identifier in the form:
DomainName\UserName
You...
February 20, 2012 at 1:34 am
#1449109