• 适当使用临时变量

    Use temporary tables and table variables appropriately.

    youdao

  • 最后使用临时修改现有数据结果。

    Finally, you used a temporary table to modify the structure of an existing database table.

    youdao

  • 使用临时,是不是要有用户临时表空间?

    Then what the different between system temporary tablespace and user temporary tablespace?

    youdao

  • 如果需要修改结构需要使用临时如清单6

    If you do need to modify the structure of a table, you need to use a temporary table, as shown in Listing 6.

    youdao

  • IWA无法处理所有类型查询比如关联查询使用临时的查询。

    IWA does not handle all types of queries yet, such as correlated sub-queries or queries using temp tables.

    youdao

  • 下面很快就看到甚至可以通过DB 2命令处理器(CLP)使用临时

    You can even use temporary tables from the DB2 Command Line Processor (CLP), as you will soon see.

    youdao

  • 可以这些数据预加载实际中,然后查询不是使用临时

    I'd be able to "pre-load" this data into an actual table, and then query off that instead of using temp tables.

    youdao

  • 我们记得为了使用临时数据库必须存在一个用户临时空间(默认情况下没有)。

    Recall that in order to use temporary tables, a user temporary table space must exist in the database (none exists by default). Here's how you would create such a table space.

    youdao

  • 既然我们已经利用有趣的方法创建了使用临时过程接下来演示临时表及其数据如何可以

    Now that we have established this interesting ability to create procedures which utilize temporary tables, we now demonstrate how temporary tables and their data can be.

    youdao

  • 然后我们使用友好DBA提供默认用户临时空间打开跟踪

    We then turn tracing on using the default user temporary table space provided by the friendly DBA.

    youdao

  • 为了使用例程DB 2V8.2.2中需要一个8KB页面用户临时空间

    To use this routine in DB2 V8.2.2 requires an 8 KB page user temporary table space.

    youdao

  • 使用过程初始临时可带来三个主要优点

    Using a procedure to initialize the temporary table yields three key benefits.

    youdao

  • 声明临时位置使用位置不同时,会引起问题

    Problems arise when the location where a temporary table is declared differs from where it may be used. Consider the following.

    youdao

  • 临时使用限制了属于MODIFIESSQLdata类别过程跟踪

    The usage of a temporary table limits tracing to procedures of the class MODIFIES SQL DATA.

    youdao

  • 这些改进对于使用大型业务智能化(BI)应用程序数据仓库组织尤其有意义,因为它们依赖索引临时

    These enhancements will be of particular interest to organizations with large business intelligence (BI) applications and data warehouses, which depend on indexes and temporary tables.

    youdao

  • 例如客户机应用程序可以使用SQL结果逻辑把VSAMIMS数据读取全局声明临时然后处理它们。

    For instance VSAM or IMS data can be retrieved into a global or declared temporary table and subsequently processed by client applications using SQL and result set logic.

    youdao

  • 优化器将可以识别出这个索引维度使用过滤器临时生成一个维度有效组合

    The optimizer will recognize this index and use the filters on the dimension tables to generate a list of valid combinations of the dimension tables' keys into a temp table.

    youdao

  • 测试中使用了一个查询,该查询将一些记录挑选出来放入一个临时中,然后一个查询进一步筛选临时中的结果

    One of my tests used a query to select records into a temp table and then a second query to further refine the results from the temp tables.

    youdao

  • 考虑使用变量来代替临时

    Consider using a table variable instead a temporary table.

    youdao

  • 其他用于用户数据临时数据索引数据的空间需要创建数据库之后另行创建,并且使用这些空间之前,还需要之指定一个用户。

    Other table spaces for user, temporary and index data need to be created after the database has been created, and a user needs to be assigned to these table spaces before they can be used.

    youdao

  • 下列 REORG示例重新组织客户,并使用系统临时空间 TEMPSAPCE1作为工作区域存储中间结果

    The following REORG example reorganizes the customer table using the system temporary tablespace TEMPSAPCE1 as a work area to store the intermediate results.

    youdao

  • 考虑对所有小于52kb进行自动重组在线执行所有索引重组在重组使用系统临时空间

    Consider all tables for automatic table reorganization that are smaller than 52kb, perform all index reorganizations online, and use a system temporary table space when doing reorganization.

    youdao

  • 使用为基线数据每会话存储创建全局临时CGTT)(对于每个函数,使用一个 CGTT)。

    Use a created global temporary table (CGTT) for per-session storage of the baseline data (use one CGTT per table function).

    youdao

  • 诊所通常并不随时在线因此必须保证可靠地交付日程甚至使用临时断开连接也应如此。

    The medical offices aren't typically always online, so the reliable delivery of the agenda must be guaranteed even when the consumers are temporally disconnected.

    youdao

  • 所有DB 2空间可以使用这个选项包括系统空间临时空间,以及数据库管理空间。

    This option is available for all DB2 tablespaces, including system and temporary tablespaces and database managed tablespaces.

    youdao

  • 优化然后使用复合索引临时连接事实快速定位维度满足条件

    The optimizer will then join that temp table to the fact table using the compound index to quickly locate the rows that satisfy the criteria on the dimension tables.

    youdao

  • 如果跟踪模式没有被设OFF(默认情况),那么将使用下面名称格式,把每个入口出口非零s QL代码记录一个全局临时

    If the trace mode is not set to OFF (which is the default), then each entry, exit and non-zero SQL code will be logged in a global temp table with the following name and format.

    youdao

  • 临时dbspace临时dbspace属于常规dbspace,数据库服务器存储临时时将使用它。

    Temporary dbspaces: : a temporary dbspace is a regular dbspace, used by the database server to store temporary tables.

    youdao

  • 使用CCleaner这样的软件来删除临时无用的文件可以修复注册

    Delete temporary and unused files on your computer using a free program like CCleaner. It can also fix issues with your registry.

    youdao

  • 清单2创建全局临时创建一个公有别名以便可以使用gtt _ test引用需要限定

    Listing 2 creates a public alias for the newly create global temporary table so that it can be referred to as gtt_test without having to qualify the table name.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定