Hi,
I am using Azure SQL managed Instance and have two databases
Core databases
LoggingCore Database
Now I need to implement a delete audit trigger on the Core database tables and log the delete information in the "LoggingCore" database table.
Checking if this is possible or this feature is supported in the Azure SQL Managed Instance server?
Any thought?