I need to implement an auditing for everyone logging in to SQL Server 2014 using the sa
account. User should be able to provide user id and reason why he/she is logging as sa
, which should be stored in a specific table with a timestamp.
What is the best way to do this? What language/techniques I should use?
Thanks!