Sorry, but with SQL Server 6.5 the methodology you have outlined is
effectively your only option.
If you upgrade to SQL Server 7.0, you can use the ALTER TABLE ... DROP
COLUMN command, which will save you some time and steps, but on a very large
table might still take longer than you would like.
BTW, remember to script out indexes and triggers, as they will be dropped
along with the old table.
Tomasz Kopacz <tko...@usun.mnie.idg.com.pl> wrote in message
news:7nvl6f$9cb$1...@sunsite.icm.edu.pl...