以下语句在SQL Server2000测试通过alter table test.dbo.test1 alter column a varchar(1000) not nulla的字段类型根据需要进行修改。
alter table test1 alter colmun a not null
alter table test1 change a a int not null;