What is the translation of " STORED PROCEDURES " in Chinese?

[stɔːd prə'siːdʒəz]
[stɔːd prə'siːdʒəz]
存储程序

Examples of using Stored procedures in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
MaxDB supports stored procedures.
MaxDB支持存储程序
In addition, stored procedures that reference only Hekaton tables can be natively compiled;
此外,只有Hekaton表引用的存储过程可以原生编译;.
They create a database named ASPState and several stored procedures.
它们创建名为ASPState的数据库和几个存储的过程
This will allow you to write stored procedures in languages other than SQL.
这将允许你用SQL之外的语言编写存储程序
If you lock the table A then table B,always lock them in this very same order in all stored procedures.
如果你先锁住表A,再锁住表B,那么在所有的存储过程中都要按照这个顺序来锁定它们。
Banks, for example, use stored procedures and functions for all common operations.
比如,银行对所有普通操作使用存储程序
Storage Model: Storage model is your database design model which includes tables,views, stored procedures and their relationships and keys.
存储模型:存储模型是数据库设计模型,包括表、视图、存储过程、以及它们之间的关系和钥匙。
Typically we use stored procedures for discrete tasks that can be encapsulated within a single invocation.
通常,我们将存储过程用于可以封装在单个调用中的离散任务。
CallableStatement- used for executing stored procedures on the database.
CallableStatement:用以调用数据库中的存储过程
Stored procedures can access or modify data in a database, but it is not tied to a specific database or object.
存储过程可以访问或修改数据库中的数据,但它不依赖于特定的数据库或对象。
In this post, we will discuss some situations where stored procedures can be used and the actions and queries that they can perform.
在这篇文章中,我们将讨论一些可以使用存储过程的情况,以及它们可以执行的操作和查询。
Stored procedures are also tunable, which eliminates the need to modify the GUI source code to improve its performance.
存储的过程也是可调的,这样就无需修改GUI源代码来提高其性能。
Hibernate3 allows you to specify handwritten SQL, including stored procedures, for all create, update, delete, and load operations.
Hibernate3.x允许使用手写SQL语句,包括存储过程,所有的创建,更新,删除和load操作。
Stored procedures can provide improved performance because less information needs to be sent between the server and the client.
存储程序可以提供改良后的性能,因为只有较少的信息需要在服务器和客户算之间传送。
Temporary user objects that are explicitly created, such as: global or local temporary tables,temporary stored procedures, table variables, or cursors.
显式创建的临时用户对象,例如:全局或局部临时表、临时存储过程、表变量或游标。
When writing stored procedures, triggers, and user-defined functions, programmers now will have to decide whether to use traditional T-SQL or a.
当编写存储过程、触发器、用户自定义函数时,你现在要决定是使用传统的Transact-SQL还是.
One of the best solutionswhen tuning a database is to determine which stored procedures run the most frequently, and then optimize the stored procedures.
当调整一个数据库时,最好的解决办法之一就是确定哪个存储过程运行最频繁,而后对这些存储过程进行优化。
Stored procedures accept input parameters so that a single procedure can be used over the network by several clients using different input data.
存储过程中接受输入参数,以便多个客户端可以使用单个输入数据通过网络使用单个过程。
Suppose you want to analyze the performance of stored procedures in your database and determine the most common denominator of stored procedures.
假设要分析数据库中的存储过程的性能,并确定存储过程的最大共同点。
Unlike client- server relational database management systems(RDBMS),Microsoft Access does not implement database triggers, stored procedures, or transaction logging.
不同于客户端-服务器关系数据库管理系统(RDBMS),MicrosoftAccess不会实现数据库触发器,存储过程或事务日志。
For example, in stored procedures, use of the unambiguous date format prevents misinterpretation of dates according to the user's date_order setting.
例如,在存储过程中,使用明确的日期格式可以防止按照用户的date_order设置错误地解释日期。
Java in Adaptive Server Enterprise- describes how to install and use Java classes as datatypes,functions, and stored procedures in the Adaptive Server database.
AdaptiveServerEnterprise中的Java―介绍如何安装Java类并在AdaptiveServer数据库中将其用作数据类型、函数和存储过程
Although these stored procedures and functions are specific to SQL Server, they insulate users from the structure of the underlying system catalog tables.
虽然这些存储过程和函数为SQLServer所特有,但它们使用户与基础系统目录表的结构隔离开了。
Several version of MySQL also lack full support for several stored procedures which is the biggest disadvantage for the MyISAM system which doesn't support transactions.
有些MySQL版本还缺乏完整的存储过程支持-意味着不支持事务,这是MyISAM系统的最大缺点。
Finally, stored procedures can execute multiple SQL statements, call functions, and even iterate over results sets, performing complex operations akin to programming code.
最后,存储过程可以运行多个SQL语句、调用函数,甚至迭代结果集、执行类似于编程代码的复杂操作。
Parametric stored procedures can prevent SQL injection attacks, and Grant, Deny, and Revoke permissions can be applied to stored procedures.
参数化的存储过程可以防止SQL注入式攻击,而且可以将Grant、Deny以及Revoke权限应用于存储过程
Results: 26, Time: 0.0255

Word-for-word translation

Top dictionary queries

English - Chinese