|
|
Archives of the TeradataForum
Message Posted: Wed, 20 Mar 2002 @ 15:59:04 GMT
Subj: | | Re: ALTER TABLE Question |
|
From: | | Todd A. Walter |
An ALTER TABLE cannot be cancelled. We do not do the work until you say commit. Once you say commit, you are committed to finishing the
operation. If a system failure of some form occurs (say a database restart), the ALTER TABLE will be reinstantiated and run to completion.
Rather than log everything so we can go back, we make sure we always go forward and finish the job.
| |