运行或创建存储过程或用户定义例程。
Running or creating stored procedures or user-defined routines
这导致用NO COLLID选项创建存储过程。
This causes the stored procedure to be created with the NO COLLID option.
我也想通过相同的方式创建存储过程。
将按清单8中内容所示来创建存储过程。
The stored procedure would be created as shown in Listing 8.
是否需要向导在数据库中创建存储过程?
Do you want the wizard to create the stored procedures in the database?
显式创建存储过程参数。
但是,首先应该在目标数据库mysample中创建存储过程。
But first you should create your stored procedure in the destination database MYSAMPLE.
此数据库中没有存储过程。您没有创建存储过程的权限。
No stored procedures exist in this database. You do not have permissions to create a stored procedure.
虽然可以在关系情况下创建存储过程,但对于这种情况可能会复杂得多。
Although it would be possible to create a stored procedure in the relational case, for this case it would be much more complicated.
该插件还将创建存储过程,用于添加、删除和修改用户、组以及组成员信息。
The plug-in also creates stored procedures, which are used to add, remove, and modify user, group, and group membership information.
我检查了SQL炼金术文件但不能够找到我是否可以使用它创建存储过程。
I checked the SQL Alchemy Documentations but was not able to find whether I can create stored procedure using it or not.
通过运行SP . txt中提供的DDL创建存储过程(见下载),例如可以使用SPUFI。
Create the stored procedures by running the DDL supplied in SP.txt (see Download), using SPUFI, for example.
如果没有这样做,您仍可以捕获到向导用于创建存储过程的sql脚本,并可以在稍后自己执行该脚本。
If you don't, you can still capture the SQL script that the wizard would use to create the stored procedures, and you can execute the script yourself later.
创建存储过程的下一步是执行CREATEPROCEDUREDDL,在数据库中注册该存储过程。
The next step in creating the stored procedure is to issue the CREATE PROCEDURE DDL to register the procedure in the database.
试图删除并且重新创建存储过程,但是在再次调用sqlj . install_jar之前没有删除jar文件。
When you attempt to drop and recreate the stored procedure, but did not remove the jar file before calling sqlj.install_jar again.
请注意,只有DB2express和 DB2universal数据库支持创建存储过程和用户自定义函数。
Please note that only DB2 express database and DB2 universal database support creating stored procedures and user-defined functions.
为了各个应用程序的代码部署,需要专门为每个应用程序创建批文件和存储过程。
The batch files and stored procedures need to be created specifically for each of the application for their respective code deployment.
为了实现这一目的,在数据库中创建一个存储过程。
In order to accomplish this a stored Procedure is created in the Database.
唯一的备选方案是创建扩展的存储过程。
The only alternative was to create an extended stored procedure.
面板工具也支持创建视图、存储过程和用户自定义函数。
The palette tool also supports creating views, stored procedures, and user-defined functions.
第6.3步中发布的包和创建的对应存储过程被配置在这个任务中。
The package published and the corresponding stored procedure created in the Step 6.3 is configured in this task.
创建一个SQL存储过程。
SQLPL存储过程很容易创建,它们的性能很好。
SQL PL stored procedures are easy to create and have good performance.
此外,也可以手工创建这个组合存储过程。
例如,需要在创建访问一组表的存储过程之前,先创建这组表。
An example would be the need to first create the set of tables before creating the stored procedure that access them.
这次您将看到新添加的行,即刚才用存储过程创建的行。
This time around you should see the newly added row that you just created using your stored procedure.
通过创建更新存储过程,可以更新数据库中的XML文档而无需将其交给客户机。
By creating an update stored procedure it is possible to update XML documents in the database without needing to bring them over to the client.
要创建这个存储过程,请如下操作。
在下面的几个段落中,您将看到如何创建一个CognosFrameworkManager项目、定义这两个输入表以及前面创建的存储过程。
In the following paragraphs, see how to create a Cognos Framework Manager project, define the two input tables and the previously created stored procedure.
要部署前面创建的存储过程,按如下操作。
To deploy the previously created stored procedure do the following.
应用推荐