| 1. | Creating triggers on system tables in the database 在数据库的系统表上创建触发器。 |
| 2. | With encryption obfuscates the text of the create trigger statement 对create trigger语句的文本进行加密。 |
| 3. | Create triggers and grant database permissions to the rule evaluation account 创建触发器并将数据库权限授予规则计算帐户。 |
| 4. | Create trigger must be the first statement in the batch and can apply to only one table Create trigger必须是批处理中的第一条语句,并且只能应用于一个表。 |
| 5. | This is the default behavior of create trigger with the compatibility level setting of 70 or higher 这是兼容级别设置等于或高于70的create trigger的默认行为。 |
| 6. | The with append option of create trigger can be used to create multiple triggers of the same type 可以使用create trigger的with append选项创建同一类型的多个触发器。 |
| 7. | Modifies the definition of a dml or ddl trigger that was previously created by the create trigger statement 修改以前使用create trigger语句创建的dml或ddl触发器的定义。 |
| 8. | You can create triggers for tables and views where the table and view definition is automatically detected Ddl 。您可以为表和视图创建触发器,其中将自动检测表和视图的定义。 |
| 9. | The same trigger action can be defined for more than one user action for example , insert and update in the same create trigger statement 在同一条create trigger语句中,可以为多种用户操作(如insert和update )定义相同的触发器操作。 |
| 10. | For example , if create trigger for update is executed for a table that already has an update trigger , an additional update trigger is created 例如,如果为已经有了update触发器的表执行create trigger for update ,则将再创建一个update触发器。 |