Moving Table Objects to Another Dbspace

You can move SAP Sybase IQ table objects—including indexes, columns, and partitions—from the current dbspace to another dbspace. This feature is available only for tables in the IQ main store.

Prerequisites
Database Version Table Privileges
SAP Sybase IQ 15.3 and 15.4 Requires CREATE permission on the target dbspace.
Also requires one of:
  • DBA authority.
  • RESOURCE authority with ALTER permission on the table.
  • You own the table.
SAP Sybase IQ 16.0 Requires CREATE permission on the target dbspace.
Also requires one of:
  • ALTER ANY TABLE system privilege.
  • ALTER ANY OBJECT system privilege.
  • Requires MANAGE ANY DBSPACE system privilege.
  • You own the table.
Task
  1. In the Perspective Resources view, select the resource and select Resource > Administration Console.
  2. In the Administration Console, expand IQ Servers > Schema Objects > Tables > Tables.
  3. Select a table from the right pane and either:
    • Click the arrow to the right of the name and select Properties, or
    • From the Administration Console menu bar, select Resource > Properties.
    The Table Properties view appears.
  4. In the left pane, select Table Objects.
  5. In the right pane, select an object (index, column, partition) and click Move.
  6. In the Move Object Dialog view, click the arrow and select the new dbspace.
  7. Click OK to execute the move.
  8. Click OK to save the change and close the Table Properties view.
Related concepts
Table Columns
Table Permissions
Table Constraints
Table Indexes
Table Triggers
Table Partitions
Related tasks
Creating a Table
Creating a Global Temporary Table
Creating a Proxy Table
Viewing Table Data in the Execute SQL Window
Deleting a Table
Generating Table DDL Commands
Moving a Table to Another Dbspace
Validating a System Store Table
Setting the Primary Key
Setting a Clustered Index
Merging Table Data from RLV Store with IQ Main Store
Calculating the Number of Rows in a Table
Enabling or Disabling Row-Level Versioning in a Table
Viewing or Modifying Base Table Properties
Viewing or Modifying Global Temporary Table Properties
Viewing and Modifying Proxy Table Properties
Authenticating a Login Account for a Managed Resource
Related reference
Table Privilege Summary