The stored procedure schema is always replicated to the Subscribers.
始终将存储过程架构复制到订阅服务器。
The procedure goes on until you hit a schema that neither imports nor includes any other schemas.
一直重复这个过程,直到遇到既不导入又不包含任何其他模式的模式。
If any object to be restored references an object in another schema, and this object does not exist in the target database, the procedure will fail.
如果恢复的任何对象引用另一个模式中的对象,而被引用的对象在目标数据库中不存在,那么这个过程将失败。
The same procedure is performed for each imported or included schema to load all the referenced schemas by these imported or included schemas.
对每个导入或包含的模式执行相同的步骤,以加载由这些导入或包含的模式指定的引用模式。
This procedure call drops all objects in the schema "SAMPLE".
这个过程调用会删除模式 "SAMPLE"中的所有对象。
The procedure should be called after new statistics have been collected for tables used in procedures within the schema.
在为模式中过程使用的表收集新的统计数据之后,应该调用这个过程。
The procedure will drop all objects defined in the schema and finally drop the schema itself.
这个过程将删除模式中定义的所有对象,并最终删除这个模式本身。
Users can look up the procedure attributes such as routine schema, specific name, number of parameters, deterministic, external action, and access level using the SYSCAT.ROUTINESFEDERATED catalog.
用户可以使用 SYSCAT.ROUTINESFEDERATED 编目查找过程属性,比如例程模式、特定名称、参数数量、确定性、外部动作和访问级别。
Discovery of remote procedures based on the remote schema name, remote package name, and remote procedure name.
根据远程模式名、远程包名和远程过程名来发现远程过程。
Contains information about Federated Procedures that you defined such as the data source name, remote procedure name, remote schema name.
包含关于定义的联邦过程的信息,比如数据源名、远程过程名、远程模式名。
I may also prepare a stylesheet that implements the reverse procedure: from XML schema to XMI.
我可能还会准备一个样式表实现相反的过程:从XML模式到XMI。
The ADMIN_COPY_SCHEMA procedure only changes the qualifying schema of the object being created, not any data within those objects.
ADMIN_COPY_SCHEMA过程只修改创建的对象的模式,而不修改这些对象中的任何数据。
The ADMIN_COPY_SCHEMA procedure is used to copy a specific schema and all objects contained in it within the same database.
ADMIN_COPY_SCHEMA过程用来在同一数据库中复制特定的模式和其中包含的所有对象。
The ADMIN_DROP_SCHEMA procedure is used to drop a specific schema and all objects contained in it.
ADMIN_DROP_SCHEMA过程用于删除特定的模式以及其中包含的所有对象。
Shredding into this schema is therefore more challenging, but can be achieved with a SQL stored procedure (see the script found in the Download section).
因此,分解到这种模式更具有挑战性,但是可以通过SQL存储过程来完成(请参阅下载小节中的脚本)。
This procedure call rebinds all SQL procedures in the schema SRIELAU, picking up new statistics.
这个过程调用对模式SRIELAU中的所有SQL过程进行重新绑定,获取新的统计数据。
A sample stored procedure that shreds MIML data into the refined star schema (Figure 8) is attached to this article.
本文附带了一个示例存储过程,该存储过程将MIML数据分解到改进的星型模式中(图8)。
To update a schema, a user needs to register both the schemas independently and then call the XSR_UPDATE stored procedure.
要更新模式,用户需要分别注册新旧模式,然后调用 XSR_UPDATE存储过程。
If the schema is NULL or the empty string, the procedure restores the schema to the name from where it was backed up.
如果模式是NULL或空字符串,那么这个过程采用备份时的模式名进行恢复。
Now that you have created an annotated XML schema and registered it into DB2 XML schema repository, you can call into DB2 the XML shredding procedure and start populating your relational table.
至此,已经创建了一个带注释的XML模式,并将其注册到DB 2 XML模式库中,现在可以调用XML分解过程,开始填充关系表。
This procedure rebinds all SQL procedures in a schema.
这个过程对一个模式中的所有SQL过程进行重新绑定。
Copying and modifying the SQL stored procedure DDL for changes due to SCHEMA name, collection ID, and WLM application environment.
根据schema名称、集合id和WLM应用程序环境的变化复制和修改SQL存储过程DDL。
After registration, the following stored procedure can be used to update the existing schema with the new one.
注册之后,可以用以下存储过程将现有模式更新为新模式。
These stored procedure can easily be called from within a script and thus be automated to occur at predefined times. To install a schema that has never been installed before, follow these steps.
这些存储过程能够轻易地从脚本中调用,因此可以按照预先确定的时间自动执行。
This procedure call stores all objects in the schema "UTIL" in the directory D:\TEMP\UTIL_SCHEMA\.
这个过程调用将模式 "UTIL" 中的所有对象存储在目录D:\TEMP\UTIL_SCHEMA\ 中。
The procedure performs a logical backup of all objects in the schema to the file system. Supported objects are.
这个过程将模式中的所有对象逻辑备份到文件系统中。
This avoids the need to explicitly qualify each procedure call with a schema.
这样就避免了每个存储过程调用都需要指定 schema 的麻烦。
Then, expand the ASSOC schema and the Procedures folder, and select the ASSOC_PROC procedure you previously deployed.
然后,展开ASSOC模式及Procedures文件夹,并选择前面部署的ASSOC _ PROC过程。
This procedure makes a copy of a schema within the same database.
这个过程在相同的数据库中创建模式的副本。
This procedure call retrieves the objects from d: \ TEMP \ UTIL_SCHEMA \ and restores them to the original schema using default tablespaces.
这个过程调用从d: \TEMP \ UTIL_SCHEMA \中获取对象,并使用默认表空间将它们恢复到原来的模式中。
应用推荐