I am migrating a database from Firebird
to Sql Server
and today, in Firebird
I have some triggers in Before Insert/Update
that write TimeStamp
of insertion / change and user logged in.
Is there any way I can do this in Sql Server
without using triggers of type Instead Of
?