Hi All,I would like to audit the update user name in an audit column in a table which is in Azure SQL db. This is using update trigger. What is the preferred function to implement, SUSER_SNAME or SUSER_NAME or CURRENT_USER?Many thanks!
↧