Are there any best practices for storing Windows logins in SQL server tables(e.g. AddUser field for an audit table)? I have seen tables using sysname, varchar(255) etc.
p.s. Apologies in advance if this has already been answered. I couldn't find or formulate the right query to look this up.