select distinct * into #tempa from table 
delete table
insert into table 
select * from #tempa
不过这种办法对text,image这种字段无效