nonpartitioned
美
英 
例句
You can turn an existing nonpartitioned table into a partitioned table in one of two ways.
可以通過以下兩種方式之一將現有的無分區表轉變為已分區表。
A Transact-SQL statement that imports data directly from a data file into a database table or nonpartitioned view.
將數據直接從數據文件導入數據庫表或未分區視圖的Transact-SQL語句。
The source table must be a nonpartitioned table or a partitioned table that has only one partition and no attached or detached partitions.
源表必須是非分區表,或者是只擁有一個分區且沒有已附加或已分離的分區的分區表。
Convert a nonpartitioned table to a partitioned table.
將無分區表轉換為已分區表。
You can have both nonpartitioned and partitioned indexes for partitioned tables.
可以為分區的表創建不分區的和分區的索引。
A nonpartitioned clustered index and the base table always reside in the same filegroup.
非分區聚集索引和基表始終在同一個文件組中。
Also, On partitioned tables, indexes over XML data that you create with DB2 V9. 7 or earlier are nonpartitioned.
另外,在分區的表上,用DB29.7或更早版本創建的XML數據索引是不分區的。
You can have a partitioned index on a table that is not partitioned, and you can have a nonpartitioned index on a table that is partitioned.
可以在未分區的表中使用已分區索引,也可以在已分區表中使用未分區索引。
The value for nonpartitioned lock resources is 0.
對于未分區鎖資源,該值為0。
Prior to DB2 9. 7, indexes for partitioned tables were nonpartitioned.
在DB29.7發布之前,分區表索引是非分區的。
Converting a Partitioned Table to a Nonpartitioned Table
將已分區表轉換為無分區表