触发器和存储过程相似点很多。
数据库是一组表的集合,包括数据以及相关对象,如索引、视图、触发器和存储过程。
A database is a collection of tables, including data and related objects such as indexes, views, triggers, and stored procedures.
可以认为触发器和存储过程相似,因为两者都是由存储于数据库级别的程序逻辑组成。
Triggers can be considered to be similar to stored procedures in that both consist of procedural logic that is stored at the database level.
现在您可以使用此技术处理数据版本管理和业务事件的有效跟踪,而无需使用应用程序级的触发器和存储过程。
Now you can handle data version management and effective tracking of business events using this technique instead of application-level triggers and stored procedures.
这些特性包括存储过程、触发器和视图。
These features include stored procedures, triggers, and views.
数据库存储过程和触发器中的处理将使用数据库时钟。
Processing moved into stored procedures and triggers within the database will use the database clock.
要确保应用程序依赖的任何对象(比如存储过程、触发器、视图和用户定义函数)被正确地定义并可访问。
Ensure that any application-dependant objects, such as stored procedures, triggers, views, and user-defined functions, are properly defined and accessible.
这其中包括视图、存储过程、用户定义函数(UDF)和触发器。
This includes views, stored procedures, user-defined functions (UDFs), and triggers.
WebSpheremq函数可以在任何可使用函数的地方进行调用:值子句、投影列表、查询过滤器、存储过程和触发器。
The WebSphere MQ functions can be invoked anywhere a function can be used: values clause, projection list, query filters, stored procedures, and triggers.
在存储过程和触发器中使用“SET NOCOUNT ON”选项。
包、SQL存储过程、触发器和用户定义函数 (UDF) —— 它们都来自Eclipse环境中的DataSourceExplorer
Packages, SQL stored procedures, triggers, and user-defined functions (UDFs)--all from within the Data Source Explorer in the Eclipse environment
我使用php构建的web开发框架不使用存储过程,触发器和外键,然而不会感到缺乏功能特性的痛苦。
The web application framework that I have built using PHP does not use stored procedures, database triggers or foreign key constraints, yet it does not suffer from any lack of functionality.
这也有助于在迁移存储过程和触发器时为临时变量选择合适的数据类型。
This is also useful to find appropriate data types for temporary variables while porting stored procedures and triggers.
考虑到与日俱增的值和日常事务量,事务动作、存储过程和触发器对改善数据完整性和管理是很重要的。
Given the increasing value and daily transaction volume, movement towards transactions, stored procedures, and triggers was crucial in order to improve data integrity and governance.
想要管理应用程序代码简单不过,这样的系统很多。但是对于存储过程和触发器来说,这样的系统并不存在。
It is easy to control all changes to application code by running it through a proper version control system, but those facilities do not exist for stored procedures and triggers.
DB 2支持许多种数据库服务器端编程语言,包括存储过程、触发器和函数(表函数和标量函数)。
DB2 supports many database server-side programming languages, including stored procedures, triggers, and functions (table and scalar).
VisualStudio 2003允许使用分步向导方便地创建DB 2数据库对象,如表、视图、存储过程、CLR存储过程、函数、索引和触发器。
Visual Studio 2003 made step-by-step wizards available to help you easily create DB2 database objects such as tables, views, stored procedures, CLR stored procedures, functions, indexes, and triggers.
通过使用存储过程,事务处理,触发器,用户定义函数和视图来进行数据操作。
Manage data manipulation by using stored procedures, transactions, triggers, user-defined functions, and views.
但是对于所有访问语句和访问机制却难以全部支持,例如对于网关之后的存储过程和触发器都无法支持。
However, it is difficult to support all access statements and access mechanisms, such as the stored procedures and triggers after the gateway.
指定存储过程,触发器,用户定义函数和视图的加密和模型绑定。
Specify schema binding and encryption for stored procedures, triggers, user-defined functions, and views.
实现在存储过程,事务处理,触发器和用户定义函数中的错误处理。
Implement error handling in stored procedures, transactions, triggers, and user-defined functions.
对视图、存储过程和触发器进行加密。
合并复制现在提供了一个存储过程,此存储过程可以重新生成用于跟踪数据更改的触发器、存储过程和视图。
Merge replication now provides a stored procedure that regenerates the triggers, stored procedures, and views that are used to track data changes.
实现在存储过程,事务处理,触发器和用户定义函数中的错误处理。
Pass and return parameters to and from stored procedures and user-defined functions.
可以创建数据库单元测试以验证存储过程、函数和触发器是否正常运行。
You can create database unit tests to verify that your stored procedures, functions and triggers are working correctly.
存储过程语言是用于存储过程、触发器和批处理语句的SQL语言的一部分。
The stored procedure language is the part of SQL used in stored procedures, triggers, and batches.
存储过程语言是用于存储过程、触发器和批处理语句的SQL语言的一部分。
The stored procedure language is the part of SQL used in stored procedures, triggers, and batches.
应用推荐