Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 ALTER TABLE on a large database

Author  Topic 

strongweb
Starting Member

12 Posts

Posted - 2001-07-25 : 05:21:51
Guys, need your opinion. I need to change the length of a field from char(2) to char(3). The table contains 50 million records. Can i just issue an alter table statement, or is it recommended that i create another table, and copy all the data to the new table...then switch references to the new table..

I cannot have more that 1 hour downtime for the system

   

- Advertisement -