I have a system-versioned table in sql server 2016. I want to store Modifier ID in its temporal (history) table while users are performing delete or update action on the table.
Is there any built-in solution by sql server 2016 to do that?
You can use Audit