Search code examples
sql-serversql-server-2016temporal

How to Keep Modifier ID in System Versioned Temporal Tables?


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?


Solution

  • You can use Audit

    Introduction to sql server 2008 audit