存储过程 in English translation

stored procedures
storage processes
储存 过程
贮 存 过程
存储 过程
storage process
储存 过程
贮 存 过程
存储 过程

Examples of using 存储过程 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
在这篇文章中,我们将讨论一些可以使用存储过程的情况,以及它们可以执行的操作和查询。
In this post, we will discuss some situations where stored procedures can be used and the actions and queries that they can perform.
函数类似于存储过程,因为它包含一组执行特定任务的SQL语句。
A function is similar to a stored procedure in that it contains a set of SQL statements that perform a specific task.
显式创建的临时用户对象,例如:全局或局部临时表、临时存储过程、表变量或游标。
Temporary user objects that are explicitly created, such as: global or local temporary tables, temporary stored procedures, table variables, or cursors.
SQLServer存储过程是由一个或多个Transact-SQL语句或对Microsoft.
A stored procedure in SQL Server is a group of one or more Transact-SQL statements or a reference to a Microsoft.
AdaptiveServerEnterprise中的Java―介绍如何安装Java类并在AdaptiveServer数据库中将其用作数据类型、函数和存储过程
Java in Adaptive Server Enterprise- describes how to install and use Java classes as datatypes, functions, and stored procedures in the Adaptive Server database.
通常,当表或存储过程的行为发生更改时,会添加新的存储过程
It is common that when a table or the behavior of a stored procedure changes, then a new stored procedure is added.
不同于客户端-服务器关系数据库管理系统(RDBMS),MicrosoftAccess不会实现数据库触发器,存储过程或事务日志。
Unlike the client-server relational database management systems(RDBMS), Microsoft Access does not implement database triggers, stored procedures or transaction logging.
存储过程调用的编程定义非常类似于前面示例中给出的基于注解的方法。
The programmatic definition of a stored procedure call is very similar to the annotation based approach I showed you in the previous example.
存储模型:存储模型是数据库设计模型,包括表、视图、存储过程、以及它们之间的关系和钥匙。
Storage Model: Storage model is your database design model which includes tables, views, stored procedures and their relationships and keys.
已经或已经存储在服务器数据库中的一组SQL语句称为存储过程
The group of SQL statements which are or have been stored in the server database is known as a stored procedure.
不同于客户端-服务器关系数据库管理系统(RDBMS),MicrosoftAccess不会实现数据库触发器,存储过程或事务日志。
Unlike client- server relational database management systems(RDBMS), Microsoft Access does not implement database triggers, stored procedures, or transaction logging.
几乎任何可写成批处理的Transact-SQL代码都可用于创建存储过程
Almost any Transact-SQL code that can be written as a batch can be used to create a stored procedure.
显式创建的临时用户对象,例如:全局或局部临时表、临时存储过程、表变量或游标。
Temporary user objects that are explicitly created example global or local temporary tables, temporary stored procedures, table variables, or cursors.
ERROR_PROCEDURE()返回出现错误的存储过程或触发器的名称。
ERROR_PROCEDURE()- returns the name of the stored procedure or trigger where the error occurred.
假设要分析数据库中的存储过程的性能,并确定存储过程的最大共同点。
Suppose you want to analyze the performance of stored procedures in your database and determine the most common denominator of stored procedures.
当调整一个数据库时,最好的解决办法之一就是确定哪个存储过程运行最频繁,而后对这些存储过程进行优化。
One of the best solutions when tuning a database is to determine which stored procedures run the most frequently, and then optimize the stored procedures.
外部函数所返回的任何值或结果集都可以由存储过程或函数返回给调用环境。
Any value or result set returned by the external function can be returned by the stored procedure or function to the calling environment.
Storagemodel:存储模型是数据库设计模型,包含了数据库表,视图,存储过程,以及它们的之间的关系和键。
Storage Model: Storage model is your database design model which includes tables, views, stored procedures and their relationships and keys.
存储过程是数据库中的一个重要对象,用户通过指定存储过程的名字并给出参数(如果该存储过程带有参数)来执行它。
Users execute it by specifying the name of the stored procedure and giving parameters(if the stored procedure has parameters).
这些存储过程和函数创建后,即可像数据库中任何其它存储过程或函数一样使用。
Once these stored procedures and functions are created, they can be used like any other stored procedure or function in the database.
Results: 181, Time: 0.0202

Word-for-word translation

Top dictionary queries

Chinese - English