SQL2000,table1表中有5个字段,AutoID为主键,自增,内有100万条记录查询分析器中
select top 1000 * table1 可以显示出来
select * table1 where AutoID = 72 可以显示出来select * from table1 where nNumber='13010319811201220X'
就出现:
-------------
服务器: 消息 823,级别 24,状态 2,行 1连接中断直接select  * table1 查出50几万也停在连接中断了