举例:如果Monster出现上述情况
企业管理器----选择sql服务器----选择数据库MUDDB---点企业管理器菜单里的“工具”----选择“SQL查询分析器”----打开后粘贴以下内容:
——————————————————————————————————
select distinct * into #temp from Monster
truncate table Monster
insert Monster select * from #temp
企业管理器----选择sql服务器----选择数据库MUDDB---点企业管理器菜单里的“工具”----选择“SQL查询分析器”----打开后粘贴以下内容:
——————————————————————————————————
select distinct * into #temp from Monster
truncate table Monster
insert Monster select * from #temp