Hi,
I have a basic question on schema changes performed on populated tables.
Should I prepare for big roll back area and so on for both of these changes:
ALTER TABLE ADD COLUMN
ALTER TABLE ALTER COLUMN
Table contain abt. 40 mill records
Appriciate the help, as i am just DBA stand in in my project:-)
I have a basic question on schema changes performed on populated tables.
Should I prepare for big roll back area and so on for both of these changes:
ALTER TABLE ADD COLUMN
ALTER TABLE ALTER COLUMN
Table contain abt. 40 mill records
Appriciate the help, as i am just DBA stand in in my project:-)
Comment