Log the first insert to the employee_record table in the secure_database, for a request, whether or not the insert is denied, for example:
BEGIN LOGGING ON FIRST INSERT FOR CONSTRAINT name ON TABLE dbname.tblname;
Log the first insert to the employee_record table in the secure_database, for a request, whether or not the insert is denied, for example:
BEGIN LOGGING ON FIRST INSERT FOR CONSTRAINT name ON TABLE dbname.tblname;