单词 | stored procedure |
释义 | 例句释义: 存储程序,存储过程,预存程序,预储程序 1. Returns the name of the stored procedure or trigger where an error occurred that caused the CATCH block of a TRYCATCH construct to be run. 返回在其中出现了导致TRYCATCH构造的CATCH块运行的错误的存储过程或触发器的名称。 msdn2.microsoft.com 2. Extended stored procedure can be disabled or enabled by using one of the Surface Area Configuration tools. 例如,可使用其中一个外围应用配置器工具禁用或启用。 msdn2.microsoft.com 3. When you attempt to drop and recreate the stored procedure, but did not remove the JAR file before calling sqlj. install_jar again. 试图删除并且重新创建存储过程,但是在再次调用sqlj.install_jar之前没有删除JAR文件。 www.ibm.com 4. Expand the folder with the name of your database (in this case "DWESAMP" ) to have a look on the imported tables and the stored procedure. 展开具有数据库名称的文件夹(在本例中是“DWESAMP”),查看所导入的表及存储过程。 www.ibm.com 5. An attempt to declare another global cursor with the name xyz after the stored procedure completed fails with a duplicate name error. 当该存储过程完成后,试图使用xyz名称声明另一个全局游标的操作将失败,因为出现了重复的名称错误。 msdn2.microsoft.com 6. When a function or stored procedure is entered into a query, its complete syntax and arguments are shown in a ToolTip. 将函数或存储过程输入查询中时,工具提示中将显示其完整语法和参数。 msdn2.microsoft.com 7. The example stored procedure is used to insert data into a set of tables that are used to partition sales data for a year. 该示例中的存储过程用于向一组表中插入数据,这些表用于划分一年的销售数据。 msdn2.microsoft.com 8. This procedure sums up the collected trace and lists how often a given stored procedure was called and how much time passed for all calls. 该过程总结收集到的跟踪,并列出调用给定存储过程的频率,以及所有调用总共花费的时间。 www.ibm.com 9. Each of these objects contains either a SQL statement or the name of a stored procedure used to read and write data. 其中每一个对象都包含用于读取和写入数据的SQL语句或存储过程名。 technet.microsoft.com 10. This stored procedure is not used for snapshot replication subscriptions or transactional replication subscriptions . 此存储过程不用于快照复制订阅或事务复制订阅。 www.bing.com 1. Notice that this stored procedure does not change the sequence number of an account already associated with the specified profile. 请注意,这个预存程序并不会变更已关联于指定设定档的帐户序号。 msdn.microsoft.com 2. Running the stored procedure from an interactive session allows you to see any errors returned by the stored procedure. 从交互式会话运行存储过程可以查看存储过程返回的所有错误。 msdn2.microsoft.com 3. The only way for a remote server to enlist in the transaction is to be the target of a distributed query or a remote stored procedure call. 远程服务器登记到事务中的唯一方法是成为分布式查询或远程存储过程调用的目标。 www.kuenglish.info 4. The name of a stored procedure parameter used to sort retrieved data when data retrieval is performed using a stored procedure. 存储过程参数的名称,在使用存储过程执行数据检索时,该存储过程参数用于对检索到的数据进行排序。 msdn2.microsoft.com 5. A stored procedure can be seen as one or more SQL commands that already reside at the database server, prepared and ready to be executed. 存储过程可以被视为一条或多条已驻留在数据库服务器中、准备好执行的SQL命令。 www.ibm.com 6. This applies to a query duplicated in a batch, or to a query in a stored procedure that is called multiple times. 这适用于批处理中的重复查询,也适用于存储过程中调用多次的查询。 msdn2.microsoft.com 7. For the most part, tuning a stored procedure that uses Service Broker is no different from tuning any other stored procedure. 在很大程度上,优化使用ServiceBroker的存储过程与优化其他任何存储过程没什么两样。 msdn2.microsoft.com 8. The only alternative was to add the logic to a stored procedure and then send the data over in bulk to the stored procedure. 惟一的替代方法是向一个存储过程添加逻辑,然后将数据批量发送到该存储过程。 www.ibm.com 9. This stored procedure does not disable the Database Mail extended stored procedures to reduce the surface area . 此存储过程不会禁用数据库邮件扩展存储过程以减少外围应用。 www.bing.com 10. The stored procedure sp_MSgetmetadata is called to determine whether a change should be applied as an insert, update, or delete. 调用存储过程sp_MSgetmetadata,从而确定是否应该通过插入、更新或删除操作应用更改。 msdn2.microsoft.com 1. Allows you to create and configure parameters associated with a SQL statement or stored procedure in a data adapter. 用于创建和配置与数据适配器中的SQL语句或存储过程相关联的参数。 msdn2.microsoft.com 2. The name of the automatically-generated stored procedure used to access metadata in the merge replication system tables. 自动生成的存储过程的名称,该存储过程用于访问合并复制系统表中的元数据。 msdn2.microsoft.com 3. If the stored procedure contains any action that cannot be performed by the database role for the user, that action will not be performed. 如果存储过程包含任意无法由用户的数据库角色执行的操作,则不会执行该操作。 msdn2.microsoft.com 4. Therefore, ODBC does not always describe column names as defined in the RESULT clause of the stored procedure definition. 因此,ODBC并不总是按照存储过程定义中的RESULT子句中的定义来描述列名称。 www.ianywhere.com 5. The cursor is implicitly deallocated when the batch , stored procedure, or trigger ends, unless it was passed back in an OUTPUT parameter . 当批处理、存储过程或触发器结束时,游标将被隐式释放,除非它在一个OUTPUT参数中传递回来。 www.bing.com 6. The command can be the name of a stored procedure if the database you are working with supports stored procedures. 如果使用的数据库支持存储过程,则命令可以是存储过程的名称。 msdn2.microsoft.com 7. A stored procedure, like any other application, needs to work off of a Connection context. 与其他任何应用程序一样,存储过程需要一个Connectioncontext。 www.ibm.com 8. If the name of a stored procedure contains quotation marks, you may get a debugger error message. 如果存储过程名包含引号,则可能会收到调试器错误信息。 msdn2.microsoft.com 9. We do not recommend that you name a user-defined stored procedure with the same name as a system stored procedure. 建议不要使用与系统存储过程相同的名称命名用户定义存储过程。 msdn2.microsoft.com 10. Shows the name of the assembly to which the stored procedure belongs. 显示选定存储过程所属的程序集的名称。 msdn2.microsoft.com 1. The DeleteCommand can be an SQL string or the name of a stored procedure, if the underlying database supports stored procedures. 如果基础数据库支持存储过程,DeleteCommand可以是一个SQL字符串或存储过程的名称。 msdn2.microsoft.com 2. The name of the stored procedure used by the Merge Agent to identify the rows that need to be sent or removed from a Subscriber. 存储过程名,合并代理使用该存储过程识别需要向订阅服务器发送或从订阅服务器中删除的行。 msdn2.microsoft.com 3. This stored procedure determines if it is being called within the context of a replication trigger. 此存储过程确定它是否正在复制触发器的上下文中被调用。 msdn2.microsoft.com 4. For a profile to be activated, this stored procedure can be used to associate the guidelines. 要激活一个概要文件,可以使用该存储过程来关联指南。 www.ibm.com 5. Call syntax for the partial update stored procedure, and can be one of these values. 用于部分更新存储过程的调用语法,可以为以下值之一。 msdn2.microsoft.com 6. JDBC allows you to call a database stored procedure from an Java application. JDBC允许您从Java应用程序中调用数据库存储过程。 www-128.ibm.com 7. Property has been set to the name of a stored procedure , the adapter does not construct an SQL statement . 属性已设置为存储过程的名称,则适配器不会构造SQL语句。 www.bing.com 8. In the CATCH block of a TRY. . . CATCH construct, the stored procedure is called and information about the error is returned. 在TRY…CATCH构造的CATCH块中,调用了该存储过程并返回有关错误的信息。 msdn2.microsoft.com 9. An extended stored procedure is called like a stored procedure but is run on the server like any compiled process. 扩展存储过程的调用方式类似于存储过程,但像任何已编译的进程一样在服务器上运行。 msdn2.microsoft.com 10. What if you could pass the entire file to a stored procedure and let the stored procedure handle the entire process? 如果您可以将整个文件传递到存储过程并且让存储过程处理整个过程,情况会怎样? blog.sina.com.cn 1. The row was inserted into a table which utilized the xml datatype and a stored procedure was invoked using the JDBC Callable interface. 这一行被插入到使用了xml数据类型的一个表中,然后使用JDBCCallable接口调用一个存储过程。 www.ibm.com 2. Grouping SQL statements into a stored procedure can reduce the number of network interactions to complete a transaction. 将SQL语句组合成存储过程可以减少完成事务的网络交互数。 www.ibm.com 3. Otherwise, value must be the name of a registered stored procedure. 否则,value必须是已注册的存储过程的名称。 technet.microsoft.com 4. An extended stored procedure did not receive the data value of a parameter. 扩展存储过程未接收到参数的数据值。 www.dictall.com 5. This stored procedure enables setting up a remote login and a password for a specific local login . 使用存储过程可以为特定本地登录设置远程登录和密码。 www.bing.com 6. Call syntax for the update stored procedure, and can be one of these values. 用于更新存储过程的调用语法,可以为以下值之一。 msdn2.microsoft.com 7. Call syntax for the delete stored procedure, and can be one of these values. 用于删除存储过程的调用语法,可以为以下值之一。 msdn2.microsoft.com 8. Call syntax for the insert stored procedure, and can be one of these values. 用于插入存储过程的调用语法,可以为以下值之一。 msdn2.microsoft.com 9. The text contained in a corresponding text property is the name of a stored procedure. 相应的文本属性中包含的文本为存储过程的名称。 msdn2.microsoft.com 10. With this option set on, a remote stored procedure call causes a local transaction to be promoted to a distributed transaction. 启用本选项后,远程存储过程调用会使一个本地事务被提升为分布式事务。 technet.microsoft.com 1. It is no longer necessary to create a DB2 database project to contain the stored procedure to be debugged. 不再需要创建DB2数据库项目以包含要调试的存储过程。 www.ibm.com 2. A package associated with a persistent stored module (PSM) (SQL) stored procedure cannot be transferred. 与持久存储模块(persistentstoredmodule,PSM)(SQL)存储过程相关联的包不能被转移。 www.ibm.com 3. Property should be set to the name of the stored procedure to be accessed. 属性应设置为要访问的存储过程的名称。 msdn2.microsoft.com 4. Specifies the name of the stored procedure to activate when the queue contains messages to be processed. 指定当队列包含要处理的消息时,要激活的存储过程的名称。 technet.microsoft.com 5. Of course, it is possible to allow the caller of the stored procedure to further control the execution. 当然,该存储过程的调用者还可以进一步扩展它的执行。 www.ibm.com 6. This stored procedure allows you to stop Database Mail for troubleshooting or maintenance purposes. 通过此存储过程可以停止数据库邮件,以进行故障排除或维护。 msdn2.microsoft.com 7. If the value is an object (table, view, stored procedure, or extended stored procedure), it must be a valid object in the current database. 如果值为一个对象(表、视图、存储过程或扩展存储过程),则该对象必须是当前数据库中的有效对象。 technet.microsoft.com 8. A federated stored procedure can be thought of as a nickname for a remote stored procedure. 联邦存储过程可以看作是远程存储过程的一个昵称。 www.ibm.com 9. Class which you can use to call this kind of stored procedure and process the data that it returns. 类,调用这类存储过程并处理其返回的数据。 msdn2.microsoft.com 10. Returns NULL if the error did not occur within a stored procedure or trigger. 如果该错误未在存储过程或触发器中出现,则返回NULL。 msdn2.microsoft.com 1. There is a new CONNECT_PROC database configuration parameter that you can set to the name of a stored procedure. 有一个新的CONNECT_PROC数据库配置参数,可以把它设置为存储过程的名称。 www.ibm.com 2. Stored procedures that DECLARE and OPEN local cursors can pass the cursors out for use by the calling stored procedure , trigger, or batch . 使用DECLARE和OPEN局部游标的存储过程可以将游标传递出去,以供调用的存储过程、触发器或批处理使用。 www.bing.com 3. The object identifier of the stored procedure used for horizontal partitioning. 用于水平分区的存储过程的对象标识符。 msdn2.microsoft.com 4. The implementation of the stored procedure described in this section addresses those needs because CALL is a SQL statement of its own. 这一节中描述的存储过程的实现解决了这些需求,因为CALL本身是一个SQL语句。 www.ibm.com 5. One of the most time-consuming tasks at the testing stage of database-based application is to generate test case for stored procedure. 从转换后期的测试角度来讲,人工给存储过程生成测试用例是一项非常繁重而耗时的任务。 www.fabiao.net 6. The command includes the actual text of an SQL statement or the name of a stored procedure to execute. 命令包含SQL语句的实际文本或要执行的存储过程的名称。 msdn2.microsoft.com 7. If you generate a Java stored procedure, it has a DDL tab and a Java tab, as shown in Figure 8. 如果您生成了一个Java存储程序,将会有一个DDL选项卡和一个Java选项卡,如图8所示。 www.ibm.com 8. Although it would be possible to create a stored procedure in the relational case, for this case it would be much more complicated. 虽然可以在关系情况下创建存储过程,但对于这种情况可能会复杂得多。 www.ibm.com 9. When a remote user inserts a new row into a table, they use a stored procedure to select a valid primary key from the pool. 当远程用户向表中插入新行时,他们使用存储过程从池中选择有效的主键。 www.ianywhere.com 10. The SET option chosen remains in effect during the execution of the stored procedure and then reverts to its former setting. 选择的SET选项在存储过程执行过程中有效,之后恢复为原来的设置。 msdn2.microsoft.com 1. Only those connections that have already started executing the stored procedure are allowed to complete. 只允许那些已启动执行该存储过程的连接完成该过程的运行。 technet.microsoft.com 2. For an immediate-updating publication, article must be all; otherwise, the stored procedure skips the publication and reports an error. 对于即时更新发布,article必须为all;否则,存储过程将跳过该发布并报告错误。 msdn2.microsoft.com 3. This function returns NULL if the error did not occur inside a stored procedure or trigger. 如果在存储过程或触发器中未出现错误,该函数返回NULL。 msdn2.microsoft.com 4. System stored procedure as shown in the following code example: - To allow advanced options to be changed. 系统存储过程来启用它,如下面的代码示例所示 msdn2.microsoft.com 5. Along with the name of the stored procedure in which the error occurred, information that relates to the error is returned. 与该错误相关的信息连同出错的存储过程的名称一起返回。 msdn2.microsoft.com 6. DB2 does not verify that the stored procedure code is consistent with the specification of DETERMINISTIC or NOT DETERMINISTIC. DB2并没有检验该存储过程代码是否与DETERMINISTIC或NOTDETERMINISTIC的规格说明一致。 www.ibm.com 7. Property to indicate whether a parameter is passed into a stored procedure , returned from a stored procedure, or both . 属性指示参数是传入存储过程还是从存储过程返回,或既传入又返回。 www.bing.com 8. Right-click the name of the stored procedure that you want to run. 右击要运行的存储过程的名称。 msdn2.microsoft.com 9. Stored procedure, which returns a list of products that have prices that do not exceed a specified amount. 存储过程的示例,它返回其价格不超过指定金额的产品列表。 msdn2.microsoft.com 10. Is the name of the stored procedure that supports synchronous transaction deletes at the Publisher . 在发布服务器上支持同步事务插入的存储过程的名称。 www.bing.com 1. This view is one of the common views across the table, view, stored procedure, and function designers. 该视图是表、视图、存储过程和函数设计程序中的常见视图之一。 www.ibm.com 2. To run this stored procedure, users must be a member of the sysadmin fixed server role. 若要运行此存储过程,用户必须是sysadmin固定服务器角色的成员。 msdn2.microsoft.com 3. The stored procedure enables you to invoke the previously designed mining flow dynamically with user-defined property settings. 这个存储过程使您能够用用户定义的属性设置来动态调用前面设计的挖掘流。 www.ibm.com 4. Stored procedure prints the message returned as the result of the query execution on the console. 存储过程的执行将在控制台上打印作为查询执行结果而返回的消息。 msdn2.microsoft.com 5. A stored procedure can run in its own transaction or can be part of the CMP bean's transaction. 存储过程可以运行在它自己的事务中,也可以作为CMPbean事务的一部分来运行。 www.ibm.com 6. Is the name of the stored procedure that supports synchronous transaction updates at the Publisher. 在发布服务器上支持同步事务更新的存储过程的名称。 technet.microsoft.com 7. This can be useful if you do not have the Transact-SQL script file used to create the stored procedure. 如果没有用于创建存储过程的Transact-SQL脚本文件,这可能会非常有用。 msdn2.microsoft.com 8. You had to create a DB2 database project to contain the stored procedure to be able to debug it. 您必须创建DB2数据库项目以包含存储过程,才能调试它。 www.ibm.com 9. Is the network name of the computer to which remote stored procedure calls are made. 对其执行远程存储过程调用的计算机网络名。 msdn2.microsoft.com 10. Replication of stored procedure execution for a transactional publication produces different results at the Subscriber. 对事务发布的存储过程执行的复制会在订阅服务器上产生不同的结果。 msdn2.microsoft.com 1. This includes existing programs using traditional update methods and external interfaces capable of utilizing stored procedure calls. 这包括使用传统更新方法的现有程序和能够利用存储过程调用的外部接口。 www.ibm.com 2. Listing 9 contains a code example of the SQL CREATE PROCEDURE statement used to register an RPG program as an external stored procedure. 清单9包含一个用于将一个RPG程序注册为一个外部存储过程的SQLCREATEPROCEDURE语句的代码示例。 www.ibm.com 3. Is the name of an existing table, view, user-defined function, or stored procedure in the current database. 当前数据库中现有表、视图、用户定义函数或存储过程的名称。 technet.microsoft.com 4. As you step through the lines of the stored procedure, the value of the variables changes. 单步执行存储过程的各行时,变量的值会改变。 www.ianywhere.com 5. It is possible that a stored procedure can return multiple result sets as well. 存储过程也可能返回多个结果集。 www.ibm.com 6. DWB displays all the packages associated with a stored procedure under a package folder for each stored procedure. 对于每个存储过程,DWB在Packages文件夹下面显示与存储过程相关联的所有包。 www.ibm.com 7. All types of replication allow you to replicate stored procedure definitions: the CREATE PROCEDURE is copied to each Subscriber. 各种类型的复制都允许复制存储过程定义:将CREATEPROCEDURE复制到每个订阅服务器。 msdn2.microsoft.com 8. Remember, the Sybase database name where the stored procedure was located is part of the WebSphere Information Integrator server definition. 记住,存储过程所在的Sybase数据库的名称是DB2II服务器定义的一部分。 www.ibm.com 9. The next step in creating the stored procedure is to issue the CREATE PROCEDURE DDL to register the procedure in the database. 创建存储过程的下一步是执行CREATEPROCEDUREDDL,在数据库中注册该存储过程。 www.ibm.com 10. At runtime, we're not happy with just seeing the result of the stored procedure with the default parameter value. 在运行时,仅仅看到有默认参数值的存储过程结果是无法令人满意的。 www.ibm.com 1. The privileges view in this designer allows you to assign privileges on a stored procedure to a user or a role. 设计程序的privileges视图允许您为某个用户或角色分配存储过程权限。 www.ibm.com 2. The extended stored procedure, when it is called from inside a function, cannot return result sets to the client. 如果在函数中调用扩展存储过程,则该过程不能向客户端返回结果集。 technet.microsoft.com 3. The sp_recompile system stored procedure forces a recompile of a stored procedure the next time it is run. sp_recompile系统存储过程强制在下次执行存储过程时对其重新编译。 technet.microsoft.com 4. Last time that this queue monitor activated a stored procedure. 此队列监视器上次激活存储过程时的时间。 technet.microsoft.com 5. In the next section, see how to use Cognos to access the stored procedure and build up a report using dynamic association rule mining. 在下一节中,将会介绍如何使用Cognos来访问这个存储过程并用动态关联规则挖掘构建一个报告。 www.ibm.com 6. Records of this type can be inserted into the audit trail using a system stored procedure called sa_audit_string. 可使用名为sa_audit_string的系统存储过程将这种类型的记录插入到审计追踪中。 www.ianywhere.com 7. Class represents the parameters required to call a stored procedure in the data store. 类表示调用数据存储区中的存储过程所需的参数。 msdn2.microsoft.com 8. Specifies the maximum number of instances of the activation stored procedure that the queue starts simultaneously. 指定队列同时启动的激活存储过程的最大实例数。 technet.microsoft.com 9. However, they can be resolved if you embed the INSERT statements above in an SQL stored procedure with a little extra logic. 但是,如果将上述INSERT语句嵌入到一个包含一点额外逻辑的SQL存储过程中,就可以解决这个问题。 www.ibm.com 10. The stored procedure itself may impersonate a user that has RECEIVE permission for the queue and UPDATE permission for a particular table. 存储过程本身可能模拟具有针对队列的RECEIVE权限及针对特定表的UPDATE权限的用户。 msdn2.microsoft.com 1. Used to mark a method definition in an assembly as a stored procedure. 用于将程序集中的方法定义标记为存储过程。 msdn2.microsoft.com 2. This kind of consistency can be maintained by creating a stored procedure for INSERT and UPDATE operations on this column. 可以在该列上为INSERT和UPDATE操作创建存储过程来维护这种一致性。 www.ibm.com 3. The user specified as the user for an activation stored procedure must have permission to execute the procedure. 被指定作为激活存储过程的用户的用户必须具有执行此过程的权限。 msdn2.microsoft.com 4. You can download the source code and a jar file for the updated stored procedure, and follow the instructions for installing it. 您可以下载更新后的存储过程的源代码和jar文件,并根据说明安装它。 www.ibm.com 5. For a numbered stored procedure, this column returns the number of the stored procedure. 对于带编号的存储过程,此列返回存储过程的编号。 msdn2.microsoft.com 6. Therefore, the RAWDEVSIZE program is called from within the SQL stored procedure following each dbspace extension. 因此,每次发生空间扩展后,SQL存储过程中会调用RAWDEVSIZE程序。 www.ibm.com 7. Double-click the name of the stored procedure you want to open. 双击要打开的存储过程的名称。 msdn2.microsoft.com 8. Acknowledges that the action taken by this stored procedure may require existing subscriptions to be reinitialized. 确认此存储过程所执行的操作是否需要重新初始化现有订阅。 msdn2.microsoft.com 9. To save a data value to be returned by a stored procedure return code or function return value. 保存存储过程返回代码要返回的数据值或函数返回值。 technet.microsoft.com 10. Demonstrates the basic operations that are involved in creating, deploying, and testing a simple CLR integration-based stored procedure. 说明了创建、部署和测试基于CLR集成的简单存储过程所涉及的基本操作。 msdn2.microsoft.com 1. For more details about what a stored procedure can accomplish for you, see your database documentation. 有关存储过程可完成工作的更详细信息,请参见数据库文档。 technet.microsoft.com 2. Either the text of an SQL statement or the name of a stored procedure. SQL语句的文本或存储过程的名称。 msdn2.microsoft.com 3. Use the RECOMPILE query hint when atypical or temporary values are used in only a subset of queries that belong to the stored procedure. 如果非典型值或临时值仅用于属于存储过程的查询子集,则使用RECOMPILE查询提示。 www.kuenglish.info 4. Instead, you set a breakpoint in the stored procedure code , and press Continue (F5 ) to execute code up to the break point . 而应当在存储过程代码中设置断点,并按“继续”(F5)执行代码直到断点。 www.bing.com 5. Can I print out a variable's value within a stored procedure for debugging purposes? 能否在存储过程中为了调试打印出某个变量的值? imysql.cn 6. A stored procedure that contains a cursor output parameter cannot be executed directly from a database API function. 不能直接从数据库API函数中执行包含游标输出参数的存储过程。 msdn2.microsoft.com 7. The stored procedure designer is a non-modal, graphical interface used to specify information to define a stored procedure. 存储过程设计程序是一个非模态的、图形化界面,用于指定定义存储过程的信息。 www.ibm.com 8. For programs within the database, Service Broker starts another copy of the stored procedure specified by the queue. 对于在数据库中运行的程序,ServiceBroker启动队列所指定的存储过程的另一个副本。 msdn2.microsoft.com 9. If the command object references a stored procedure, the number of parameter items in the collection is determined by the procedure itself. 如果命令对象引用的是存储过程,则集合中的参数项数由该过程本身决定。 msdn2.microsoft.com 10. You can use the sa_table_fragmentation stored procedure to obtain information about the degree of fragmentation of your database tables. 您可以使用sa_table_fragmentation存储过程来获取有关数据库表的碎片程度的信息。 www.ianywhere.com 1. This stored procedure is not commonly run by users, but may be useful if the user needs to manually set up a subscription . 此存储过程通常不能由用户运行,但如果用户需要手动设置非同步订阅,则此过程很有用。 www.bing.com 2. Specifies whether or not the queue activates the stored procedure. 指定队列是否激活存储过程。 technet.microsoft.com 3. The stored procedure schema is always replicated to the Subscribers. 始终将存储过程架构复制到订阅服务器。 www.dictall.com 4. This stored procedure is executed on the publication database at a Publisher participating in a peer-to-peer replication topology. 此存储过程将对参与对等复制拓扑的发布服务器上的发布数据库执行。 msdn2.microsoft.com 5. At run time, the data digest is decrypted with the public key and compared with the hash value of the stored procedure. 在运行时,数据摘要将使用公钥解密并与存储过程的哈希值进行比较。 technet.microsoft.com 6. System stored procedure can also be used to return a list of permissions for a user in the current database. 系统存储过程返回某用户在当前数据库中的权限列表。 msdn2.microsoft.com 7. The setting is then restored to the value it had when the stored procedure was called. 之后,该设置将还原为它在调用存储过程时的值。 msdn2.microsoft.com 8. One of the key topics is backend database migration, specially stored procedure migration. 这其中一个关键部分就是后段数据库的移植,尤其是存储过程移植。 www.fabiao.net 9. Shows whether the stored procedure was created with an optional encryption parameter. 显示选定存储过程是否是用可选的加密参数创建的。 msdn2.microsoft.com 10. Notice that the console output (Listing 7) displays the same output as the stored procedure call from the JDBC program as shown in Figure 2. 注意操控台输出(代码行7)显示了与访问图2所示JDBC程序存储过程相同的输出。 www.ibm.com 1. Contains entries for each view, rule, default, trigger, CHECK constraint, DEFAULT constraint, and stored procedure within the database. 包含数据库中每个视图、规则、默认值、触发器、CHECK约束、DEFAULT约束和存储过程的项。 technet.microsoft.com 2. If you select a stored procedure, the sample application will prompt you to enter the values for parameters. 如果选择存储过程,则示例应用程序将提示输入参数值。 msdn2.microsoft.com 3. 0 Indicates that the stored procedure is not being called within the context of an immediate-updating trigger. 0指示在即时更新触发器的上下文中未调用此存储过程。 msdn2.microsoft.com 4. Use this option when atypical or temporary values are used in only a subset of queries belonging to the stored procedure . 请仅在属于存储过程的查询子集中使用非典型值或临时值时使用此选项。 www.bing.com 5. When ON, a Transact-SQL distributed transaction is started when a remote stored procedure is executed from a local transaction. 设置为ON时,从本地事务执行远程存储过程时将启动Transact-SQL分布式事务。 technet.microsoft.com 6. The stored procedure in Figure 6 accepts the text of an entire comma-delimited file containing up to 2GB of Unicode data. 图6中的存储过程接受包含最多2GBUnicode数据的以逗号分隔的文件的整个文本。 blog.sina.com.cn 7. Change the database name and stored procedure name to reference the database and stored procedure that you want. 更改数据库名称和存储过程名称以引用所需的数据库和存储过程。 msdn2.microsoft.com 8. System processes and processes running an extended stored procedure cannot be terminated. 系统进程和运行扩展存储过程的进程不能被终止。 msdn2.microsoft.com 9. The only reliable way to obtain this value for use in sp_create_plan_guide is to use the sp_get_query_template system stored procedure. 获得该值以便在sp_create_plan_guide中使用的唯一可靠方式是使用sp_get_query_template系统存储过程。 technet.microsoft.com 10. To do this, in the Command Type text box, select StoredProcedure, and then provide the name of the stored procedure. 为此,请在“命令类型”文本框中选择StoredProcedure,然后提供存储过程的名称。 technet.microsoft.com 1. For regular MobiLink synchronization, you can use this stored procedure to associate properties with a script version. 对于常规MobiLink同步,可以使用该存储过程将属性与脚本版本关联起来。 www.ianywhere.com 2. SQL PL has evolved as the only ANSI SQL standards-based stored procedure language. SQLPL已经发展成惟一的基于ANSISQL标准的存储过程语言。 www.ibm.com 3. In Server Explorer, expand the name of the stored procedure or user-defined function. 在“服务器资源管理器”中,展开存储过程或用户定义的函数的名称。 msdn2.microsoft.com 4. This enables individual clients to set the options they want without affecting the logic of the stored procedure. 这样一来,单个客户端就可以设置所需的选项,而不会影响存储过程的逻辑。 msdn2.microsoft.com 5. Review this tutorial to understand how to sign a stored procedure using a certificate that you create. 查看此教程以了解如何使用创建的证书对存储过程进行签名。 technet.microsoft.com 6. If your stored procedure does not return any values, insert additional code to verify data was affected by the stored procedure. 如果存储过程没有返回任何值,则请插入一段其他代码以验证存储过程是否对数据产生影响。 msdn2.microsoft.com 7. This stored procedure removes the entry for a secondary database from log_shipping_primary_secondaries on the primary server. 此存储过程将从主服务器上的log_shipping_primary_secondaries中删除辅助数据库项。 technet.microsoft.com 8. This allows individual clients to set the options wanted without affecting the logic of the stored procedure. 这使得个别客户端可以设置所需的选项,而不会影响存储过程的逻辑。 msdn2.microsoft.com 9. SQL stored procedure is pre-compiled and bound to a package at creation time. SQL存储过程是预编译的,并且是在创建时绑定到一个包上的。 www.ibm.com 10. Utilities do not support the passing of stored procedure return values to the exit value. 实用工具不支持将存储过程返回值传递给退出值。 msdn2.microsoft.com 1. In a Transact-SQL stored procedure any SELECT statement that returns zero or more rows sends the results to the connected caller's "pipe. " 在Transact-SQL存储过程中,任何返回零个或多个行的SELECT语句将结果发送到已连接的调用方的“管道”。 msdn2.microsoft.com 2. Specifies the name of the stored procedure to activate to process messages in this queue. 指定要激活以处理此队列中的消息的存储过程的名称。 technet.microsoft.com 3. To force the mark to spread to the other servers , a stored procedure must be written that contains a BEGIN TRAN name WITH MARK statement . 若要强制标记分散到其他服务器,必须编写包含BEGINTRAN名称WITHMARK语句的存储过程。 www.bing.com 4. So in a Java stored procedure, a connection is established by way of a default connection, as Listing 1 shows. 所以在Java存储过程中,以默认连接方式建立连接,如清单1所示。 www.ibm.com 5. This stored procedure is executed at the Publisher on the publication database or at a republishing Subscriber on the subscription database. 此存储过程在发布服务器的发布数据库中执行,或在正重新发布的订阅服务器的订阅数据库中执行。 msdn2.microsoft.com 6. When REMOTE_PROC_TRANSACTIONS is OFF, remote stored procedure calls are not made part of a local transaction. 当REMOTE_PROC_TRANSACTIONS为OFF时,远程存储过程调用不能成为本地事务的一部分。 technet.microsoft.com 7. Stored procedure does not print any of the query execution messages on the console. 存储过程的执行不会在控制台上打印任何查询执行消息。 msdn2.microsoft.com 8. After the file is added, this stored procedure turns off the suspect setting and completes the recovery of the database. 添加数据文件后,该存储过程禁用可疑设置并完成数据库的恢复。 msdn2.microsoft.com 9. To set the stage, you introduce a deliberate error into the stored procedure debugger_tutorial, which is part of the sample database. 要设置该阶段,您可以故意在存储过程debugger_tutorial(它是示例数据库的一部分)中引入一个错误。 www.ianywhere.com 10. You see the new package created under the packages folder for that stored procedure in the Database Explorer. 在DatabaseExplorer中这个存储过程的Packages文件夹下会看到创建的新包。 www.ibm.com 1. Additionally, dependency information is stored in the data dictionary to guarantee the validity of each stored procedure. 此外,与存储过程相关的依赖性信息也将被保存在数据字典中,以确保过程的有效性。 dictsearch.appspot.com 2. Is the name of the extended stored procedure for which information is reported. 要报告其信息的扩展存储过程的名称。 msdn2.microsoft.com 3. In an Access project, it could be a table, view, SQL statement, or stored procedure. 在Access项目中,它可以是表、视图、SQL语句,也可以是存储过程。 office.microsoft.com 4. The data type for stored procedure parameters is always imported as string. 存储过程参数的数据类型始终作为字符串导入。 msdn2.microsoft.com 5. The internal representation of an XML document can be removed from memory by calling the sp_xml_removedocument system stored procedure. 通过调用sp_xml_removedocument系统存储过程可以从内存中删除XML文档的内部表示形式。 msdn2.microsoft.com 6. Exceptions include columns in a table and parameters for a stored procedure or function. 不过,资料表中的资料行以及预存程序或函式的参数则是例外。 technet.microsoft.com 7. An incorrect number of arguments was supplied during initialization of the extended stored procedure. 初始化扩展存储过程期间,提供的参数个数不正确。 www.dictall.com 8. Stored procedure activation occurs in a different session with the credentials that the queue specifies. 存储过程激活发生在具有队列所指定的凭据的另一个会话中。 msdn2.microsoft.com 9. A stored procedure provides a natural means to bundle statements into a block. 存储过程为将语句绑定到块中提供了一种自然的方式。 www.ibm.com 10. Indicates whether the specified SQL statement to be run is a stored procedure. 指示要运行的指定SQL语句是否为存储过程。 msdn2.microsoft.com 1. To run this stored procedure, users must be granted the sysadmin fixed server role. 若要运行此存储过程,必须向用户授予sysadmin固定服务器角色。 msdn2.microsoft.com 2. Article definition must include article name and the name and owner of the table or stored procedure being published. 项目定义必须包含项目名称及所发布的表或存储过程的名称或所有者。 www.dictall.com 3. Command or stored procedure used for partial updates. 用于部分更新的命令或存储过程。 msdn2.microsoft.com 4. Obviously a JAVA_HEAP_SZ of 1 (4K pages) is not enough to run even the simplest stored procedure. JAVA_HEAP_SZ为1(4K页)显然不够运行哪怕是最简单的存储过程。 www.ibm.com 5. The text of a stored procedure created with the ENCRYPTION option cannot be viewed by using the. 目录视图查看使用ENCRYPTION选项创建的存储过程的文本。 msdn2.microsoft.com 6. Triggers are a special form of a stored procedure that is carried out automatically when data in a specified table is modified. 触发器是一种特殊形式的存储过程,它在修改指定表中的数据时自动执行。 technet.microsoft.com 7. Object contains a call to a stored procedure; it does not contain the stored procedure itself. 对象包含对存储过程的调用;但它并不包含存储过程自身。 www-128.ibm.com 8. An SQL string or the name of a stored procedure that the SqlDataSource uses to retrieve data. 一个SQL字符串或存储过程的名称,SqlDataSource使用它检索数据。 msdn2.microsoft.com 9. A query subject that uses a stored procedure to access the cluster information of the clustering model created by the mining algorithm. 查询主题使用存储过程访问由挖掘算法创建的集群模型的集群信息。 www.ibm.com 10. Registered custom stored procedure or script is executed at the end of the data definition language (DDL) trigger . DDL触发器激发存储过程以响应各种数据定义语言(DDL)事件。 www.bing.com 1. Describes how to sign a stored procedure with a certificate to enable users to work with data they do not have direct access to. 描述如何使用证书为存储过程签名,以使用户可以使用其无直接访问权限的数据。 technet.microsoft.com 2. You can follow the thread of execution into the stored procedure, which may be written in T-SQL or in a CLR language. 您可以沿着执行线程进入到用T-SQL或CLR语言编写的存储过程中。 msdn2.microsoft.com 3. Shows the database to which the stored procedure belongs. 显示选定存储过程所属的数据库。 msdn2.microsoft.com 4. The default value is the result of the GETUTCDATE function, which returns the time when the stored procedure is invoked. 默认值为GETUTCDATE函数的结果,此函数返回调用存储过程的时间。 technet.microsoft.com 5. 1 Means that the stored procedure is called from the Publisher, and 0 means that the stored procedure is called from the Distributor. 1表示从发布服务器调用该存储过程,0表示从分发服务器调用该存储过程。 msdn2.microsoft.com 6. Property should be set to the name of the stored procedure. 属性应设置为存储过程的名称。 msdn2.microsoft.com 7. Number of characters into the currently executing batch or stored procedure at which the currently executing statement starts. 在当前正在执行的批处理或存储过程中,指示当前正在执行的语句开始位置的字符数。 msdn2.microsoft.com 8. You should encrypt the connection between the Publisher and its remote Distributor before executing this stored procedure. 在执行此存储过程之前,应该对发布服务器及其远程分发服务器之间的连接进行加密。 technet.microsoft.com 9. The last five arguments of this stored procedure are output parameters. 这个存储过程的最后5个参数是输出参数。 www.ibm.com 10. This stored procedure retrieves the settings for a given primary database on the secondary server. 此存储过程将在辅助服务器上检索给定的主数据库的设置。 msdn2.microsoft.com 1. A stored procedure using EXTERNAL NAME can have no other clauses following the parameter list. 使用EXTERNALNAME的存储过程在参数列表后可以不使用其它子句。 www.ianywhere.com 2. The bottom line is never end the transaction inside a stored procedure. 存储过程中的事务永远不会中止。 www.ibm.com 3. Stored procedure must be run at the Subscriber to create an agent and job to synchronize with the Publication. 存储过程必须在订阅服务器上运行,才能创建与发布同步的代理和作业。 msdn2.microsoft.com 4. A stored procedure can return an integer value called a return code to indicate the execution status of a procedure. 存储过程可以返回一个整数值(称为“返回代码”),指示过程的执行状态。 msdn2.microsoft.com 5. First, the sp_xml_preparedocument stored procedure is called to obtain a document handle. 首先调用sp_xml_preparedocument存储过程以获得文档句柄。 msdn2.microsoft.com 6. How has execution frequency or average duration of a particular stored procedure changed on the same server between two dates? 同一服务器上的特定存储过程的执行频率或平均持续时间在两个日期之间是如何更改的? msdn2.microsoft.com 7. Use this stored procedure to troubleshoot notification generation and to analyze the progression of notifications through the application. 利用该存储过程可以解决与生成通知有关的问题,还可分析应用程序处理通知的进展情况。 technet.microsoft.com 8. If any other column is selected, the stored procedure is aborted. 如果选择了其他列,存储过程就会中止。 www.ibm.com 9. To estimate the size of a compiled stored procedure, use the following Performance Monitor Counters. 若要估计编译后的存储过程大小,请使用下列性能监视器计数器。 msdn2.microsoft.com 10. The stored procedure accepts parameters that map to the columns in the table, allowing those columns to be changed at the Subscriber. 存储过程接受映射到表中列的参数,从而可以在订阅服务器上对这些列进行更改。 technet.microsoft.com 1. Specifies that the scope of the cursor is local to the batch, stored procedure, or trigger in which the cursor was created. 指定对于在其中创建的批处理、存储过程或触发器来说,该游标的作用域是局部的。 technet.microsoft.com 2. That is, you wish to access the same server on which your common language runtime (CLR) stored procedure or function is executing. 也就是说,您想要访问的服务器正是正在执行公共语言运行库(CLR)存储过程或函数的服务器。 msdn.microsoft.com 3. This stored procedure is executed at the Distributor on the master database to register and mark the server as a distributor. 此存储过程在分发服务器上对主数据库执行以注册服务器,并将其标记为分发服务器。 msdn2.microsoft.com 4. Additionally, external stored procedure programs can reuse existing business logic by calling existing applications as subprograms. 另外,外部存储过程程序可以以子程序形式调用现有的应用程序,从而重用现有的业务逻辑。 www.ibm.com 5. Once you're done with specifying the stored procedure properties, the empty stored procedure will be created, as shown in Figure 6. 指定好存储过程的属性后,就创建了一个空存储过程,参见图6。 www.ibm.com 6. The extracted rules of the association models are returned by the stored procedure and imported into Cognos as query subjects. 这些从关联模型中提取出来的规则由此存储过程返回并导入到Cognos作为查询主题。 www.ibm.com 7. Referencing the stored procedure from which the parameter information is to be derived. 引用将从其中导出参数信息的存储过程的。 msdn2.microsoft.com 8. A DB2 stored procedure, which allows you to manipulate source data before it is applied to the nickname. DB2存储过程,在应用到别名之前,它允许您操纵源数据。 www.ibm.com 9. A prototype of this stored procedure can be found in the file located in the Download section. 在下载小节包含的文件中可以找到这个存储过程的原型。 www.ibm.com 10. (A full-text stored procedure cannot be called within explicit user transactions). (在显式用户事务内不能调用全文存储过程)。 technet.microsoft.com 1. When a batch abort error occurs, the execution of the complete remote stored procedure or batch terminates. 发生批处理中止错误时,整个远程存储过程或批处理的执行将被终止。 technet.microsoft.com 2. Starting offset of the statement within the stored procedure or batch that caused recompilation. 在存储过程或批中导致重新编译的语句的起始偏移量。 technet.microsoft.com 3. These stored procedures can only be executed from another stored procedure, a trigger, or a Transact-SQL batch or script. 只能从其他存储过程、触发器、Transact-SQL批处理或脚本中执行这些存储过程。 msdn2.microsoft.com 4. You can create such a combined stored procedure manually. 此外,也可以手工创建这个组合存储过程。 www.ibm.com 5. The sp_addapprole stored procedure cannot be executed from within a user-defined transaction. 不能从用户定义事务中执行sp_addapprole存储过程。 technet.microsoft.com 6. Is the name of a user-created stored procedure. 是用户创建的存储过程的名称。 msdn2.microsoft.com 7. Selecting No value creates a typed method that executes the stored procedure and expects no data to be returned. 选择“没有值”创建执行存储过程但不期望返回数据的类型化方法。 msdn2.microsoft.com 8. The instance database and application databases contain stored procedures that are not documented in this stored procedure reference. 实例数据库和应用程序数据库包含该存储过程引用中未记录的各存储过程。 msdn2.microsoft.com 9. In the Employee Information Retrieval scenario, employee information from various tables is retrieved by the stored procedure. 在EmployeeInformationRetrieval场景中,存储过程检索了各种表中的员工信息。 www.ibm.com 10. This stored procedure changes whether the profile specified is the default profile for the database user. 此存储过程会更改指定的配置文件是否为数据库用户的默认配置文件。 msdn2.microsoft.com 1. The name of the stored procedure, function, event, or trigger. 存储过程、函数、事件或触发器的名称。 www.ianywhere.com 2. A calling application connected to the federated server cannot distinguish the federated stored procedure from a local stored procedure. 连接到联邦服务器的调用应用程序无法区分联邦存储过程和本地存储过程。 www.ibm.com 3. Gets or sets an SQL statement or stored procedure used to insert new records into the database. 获取或设置用于将新记录插入到数据库中的SQL语句或存储过程。 msdn2.microsoft.com 4. System stored procedures can be executed from any database without having to fully quality the stored procedure name. 可以从任何数据库执行系统存储过程,而不必完全限定存储过程名称。 technet.microsoft.com 5. If the statement is a stored procedure or Transact-SQL statement, it becomes the root of the graphical execution plan tree structure. 如果语句是存储过程或Transact-SQL语句,则该语句将成为图形执行计划树结构的根。 msdn2.microsoft.com 6. Altering a queue to add an activation stored procedure does not change the activation status of the queue. 修改队列以添加激活存储过程时,不会更改该队列的激活状态。 technet.microsoft.com 7. Each data adapter has select, update, insert, and delete commands that could be either SQL statements or a call to a stored procedure. 每个数据适配器都具有选择、更新、插入和删除命令,这些命令要么是SQL语句要么是对存储过程的调用。 www.ibm.com 8. The methods of creating a stored procedure and a trigger and the ways of calling a stored procedure in VB and ASP are described. 阐述了存储过程和触发器的创建方法,同时说明了VB和ASP调用存储过程的方法。 www.ceps.com.tw 9. SQL Server must be able to check the permissions for this user at the time that the queue activates the stored procedure. SQLServer必须能在队列激活存储过程时检查此用户的权限。 technet.microsoft.com 10. Daylight savings time information was not loaded in an extended stored procedure. 扩展存储过程中未加载夏时制时间信息。 www.dictall.com 1. In the above code, line 23 will terminate the currently running JVM, which will cause the Stored Procedure to "abnormally end" with it. 在上面的代码中,第23行将终止当前运行的JVM,这会造成存储过程“非正常终止”。 www.ibm.com 2. Ending offset of the statement within the stored procedure or batch that caused recompilation. 在存储过程或批处理中导致重新编译的语句的终止偏移量。 technet.microsoft.com 3. Returns the line number in a routine if the error occurred within a stored procedure or trigger. 如果错误发生在存储过程或触发器中,则返回例程中的行号。 msdn2.microsoft.com 4. You do not need to name parameters in the same order as the arguments in the stored procedure. 这里不需要按照存储过程中的参数顺序来命名参数。 www.ibm.com 5. Is the name of the user that the stored procedure executes as. 存储过程执行时所用的用户的名称。 technet.microsoft.com 6. This parameter is constructed dynamically by the stored procedure and its contents can vary. 此参数由存储过程动态构造,并且其内容可以不同。 msdn2.microsoft.com 7. This parameter is dynamically constructed by the stored procedure and its contents may vary. 该参数由存储过程动态构造,其内容可能发生改变。 msdn2.microsoft.com 8. An error in a nested stored procedure is not necessarily fatal to the calling stored procedure. 嵌套存储过程中的错误对调用存储过程来讲未必是严重的。 technet.microsoft.com 9. The maximum number of local variables in a stored procedure is limited only by available memory. 存储过程中的局部变量的最大数目仅受可用内存的限制。 msdn2.microsoft.com 10. Command or stored procedure used for deletes. 用于删除的命令或存储过程。 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。