1.

Can I Partition Any Table In Sybase?

Answer»

No. You cannot partition the following kinds of TABLES:
1. Tables with clustered indexes (as of release 11.5 it is possible to have a clustered INDEX on a partitioned table).
2. ASE system tables.
3. Work tables.
4. TEMPORARY tables.
5. Tables that are already partitioned. However, you can unpartition and then re­partition tables to CHANGE the number of PARTITIONS.

No. You cannot partition the following kinds of tables:
1. Tables with clustered indexes (as of release 11.5 it is possible to have a clustered index on a partitioned table).
2. ASE system tables.
3. Work tables.
4. Temporary tables.
5. Tables that are already partitioned. However, you can unpartition and then re­partition tables to change the number of partitions.



Discussion

No Comment Found