Vertaling van "dml trigger" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Specifies the data modification statements that activate the DML trigger when it's tried against this table or view.
Especifica las instrucciones de modificación de datos que, cuando se ejecutan en esta tabla o vista, activan el desencadenador DML.
Either way, to disable or enable a DML trigger, a user must have ALTER permission on the table on which the trigger was created at a minimum
De cualquier manera, para habilitar o deshabilitar un desencadenador DML, el usuario debe tener un permiso ALTER como mínimo en la tabla en la cual el desencadenador fue creado.
DML The table or view on which the DML trigger runs.
Specifies that the DML trigger launches instead of the triggering SQL statement, thus, overriding the actions of the triggering statements.
INSTEAD OF Especifica que el desencadenador DML se ejecuta en vez de la instrucción SQL desencadenadora, por lo que reemplaza las acciones de esta última.
In the following SQL script example, the disable/enable DML trigger event is captured via the SQL Server's Eventdata () function, used in the DDL trigger.
En el siguiente ejemplo de un script SQL, el evento del desencadenador DML es capturado vía la función de SQL Server Eventdata (), usada en el desencadenador DDL.
As we mentioned before, we could send an e-mail to alert a user about an event that occurred in the database and this is exactly what we are going to do later on using a simple DML trigger.
Como mencionamos anteriormente, podríamos enviar un correo electrónico para alertar a un usuario sobre un evento que ocurrió en la base de datos y esto es exactamente lo que haremos más adelante con un simple activador de DML.
First of all, a user with sufficient permissions (the minimum is an ALTER permission on the table on which the trigger was created) can easily disable the DDL trigger, and disable the DML trigger afterwards.
Primero que nada, un usuario con suficientes permisos (el mínimo es un permiso ALTER en la tabla en la cual el desencadenador fue creado) puede fácilmente deshabilitar el desencadenador DDL, y Audit y los desencadenadores DDL, capturan más eventos que los necesarios.
AFTER AFTER specifies that the DML trigger fires only when all operations specified in the triggering SQL statement have launched successfully.
AFTER Especifica que el desencadenador se activa solo después de que se ejecute correctamente la instrucción SQL desencadenadora.
In the following SQL script example, the disable/enable DML trigger event is captured via the SQL Server's Eventdata () function, used in the DDL trigger.
En el siguiente ejemplo, la información acerca del evento que gatillo el desencadenador es capturada usando la función de SQL Server EVENTDATA().