临时表存储在用户临时表空间中。
考虑使用表变量来代替临时表。
创建数据库时不存在用户临时表空间。
No user temporary table Spaces exist when a database is created.
扩展的索引或声明的临时表。
清单9展示了一个已声明临时表的示例。
完成了通过存储过程声明临时表的封装。
It completes the encapsulation of the temporary table declaration through stored procedures.
没有创建用户临时表空间。
向临时表填充三行记录。
本节讨论应该考虑的已创建的临时表的行为。
This section discusses the behaviors of created temporary tables that should be taken into account.
清单7给出了与临时表创建有关的统计信息。
Listing 7 shows the statistics associated with temporary-table creation.
最后,使用临时表来修改现有数据表的结果。
Finally, you used a temporary table to modify the structure of an existing database table.
Tempspace1——存储系统临时表。
已声明的全局临时表上的runstats。
所消耗的用户临时表空间中的空间将得到释放。
The consumed space in the user temporary table space will be freed.
定义在声明的全局临时表上的索引不能被转移。
Indexes defined on a declared global temporary table cannot be transferred.
应用程序编程改进:临时表和版本控制。
Application programming improvements: Temporal tables and versioning.
对于经常用于执行排序操作的临时表空间,也应该这样。
The same is true for temporary tablespaces often used for performing sort operations.
确保系统目录和系统临时表空间中具有足够的自由空间。
Ensure that there is sufficient free space on the system catalog and the system temporary tablespaces.
清单4中在新创建的临时表上演示了删除表的过程。
The process of dropping a table is demonstrated on a newly created temporary table in Listing 4.
创建临时表,锁表。
支持临时表、常规表以及范围和列表类型的分区表。
Supports temporary, regular and partitioned tables of different types of range and list.
至少应当创建一个用户临时表空间以允许定义已声明的临时表。
At least one user temporary table space should be created to allow the definition of declared temporary tables.
用户临时表空间: 用户临时表空间存储已声明的全局临时表。
User temporary table spaces: User temporary table spaces store declared global temporary tables.
这些统计信息存储在表示声明的临时表的目录信息的内存结构中。
These statistics are stored in memory structures that represent the catalog information for declared temporary tables.
用户临时表空间是可选的,默认情况下不会创建用户临时表空间。
User temporary table Spaces are optional and none are created by default.
然后,我们使用友好的DBA提供的默认用户临时表空间打开跟踪。
We then turn tracing on using the default user temporary table space provided by the friendly DBA.
您可以在sql函数、触发器、索引和视图中引用已创建的临时表。
You can reference a created temporary table in SQL functions, triggers, indexes, and views.
碎片整理程序不能在已分区分区、备份服务器、或者临时表上运行。
The defragmenter may not be run on the partition partition, secondary server, or a temporary table.
DB 2同样总是需要一个也是4KB页面大小的系统临时表空间。
As well, DB2 always required a system temporary table space that had a 4 KB page size too.
您应当创建一个或多个USER临时表空间来存储临时表的数据。
You should create one or more USER temporary table spaces for storing data of temporary tables.
应用推荐