Modifying IDENTITY columns  Changing exp_row_size

Chapter 8: Creating Databases and Tables

Data copying

Adaptive Server performs a data copy only if it must temporarily copy data out of a table before it changes the table’s schema. If the table has any indexes, Adaptive Server rebuilds the indexes when the data copy finishes.

NoteIf alter table is performing a data copy, the database that contains the table must have select into/bulkcopy/pllsort turned on. See the Reference Manual for information about this option.

Adaptive Server performs a data copy when:

alter table does not perform a data copy when:

To identify if alter table performs a data copy:

  1. Set showplan on to report whether Adaptive Server will perform a data copy.

  2. Set noexec on to ensure that no work will be performed.

  3. Perform the alter table command if no data copy is required; only catalog updates are performed to reflect the changes made by the alter table command.





Copyright © 2005. Sybase Inc. All rights reserved. Changing exp_row_size

View this book as PDF