| 1. | One or more parameters can be declared in a create procedure statement 在create procedure语句中可以声明一个或多个参数。 |
| 2. | These grouped procedures can be dropped together by using one drop procedure statement 使用一个drop procedure语句可将这些分组过程一起删除。 |
| 3. | Modifies a previously created procedure that was created by executing the create procedure statement 修改先前通过执行create procedure语句创建的过程。 |
| 4. | Create procedure statements cannot be combined with other sql statements in a single batch Create procedure语句不能与其他sql语句在单个批处理中组合使用。 |
| 5. | Exec procedure statement causes the insert statement to be rolled back , but the batch continues 语句引用的存储过程中的rollback语句将导致insert语句回滚,但批处理继续执行。 |
| 6. | The create procedure statement cannot be combined with other transact - sql statements in a single batch 在单个批处理中, create procedure语句不能与其他transact - sql语句组合使用。 |
| 7. | Indicates that sql server will convert the original text of the create procedure statement to an obfuscated format 指示sql server将create procedure语句的原始文本转换为模糊格式。 |
| 8. | Indicates that the database engine will convert the original text of the alter procedure statement to an obfuscated format 指示数据库引擎会将alter procedure语句的原始文本转换为模糊格式。 |
| 9. | Once the assembly has been created , we can now access our helloworld method by using the create procedure statement 在创建了该程序集之后,现在可以通过使用create procedure语句访问我们的helloworld方法。 |
| 10. | Is an existing optional integer that is used to group procedures of the same name so that they can be dropped together by using one drop procedure statement 现有的可选整数,该整数用来对具有同一名称的过程进行分组,以便可以用一个drop procedure语句全部删除它们。 |