sql - A specific record in a table causes table to hang -
i've run table can't delete contents of suddenly. select , delete operations on table hang, if abort select of rows returned (29, exact).
i tested using select top n , found point after query hangs.
select top 37 [id] [foo] go select top 38 [id] [foo] go results in this: (timeout of 5 minutes) 
the index on id column primary key.
is there way can delete contents of table? haven't tried using truncate table yet.

Comments
Post a Comment