Click here to Skip to main content
15,881,832 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello friends,

I have a strange problem in a MS SQL Server 2014:
- Insert or even selecting a row into/from 1 specific table fails. It takes forever!
- sp_who2 does not show blocking SPID's
- dropping an INDEX? forget it
- rebuilding the index? forget it
- DBCC CHECKDB: No Issues

Any familiair with these symptoms?

What I have tried:

- Insert or even selecting a row into/from 1 specific table fails. It takes forever!
- sp_who2 does not show blocking SPID's
- dropping an INDEX? forget it
- rebuilding the index? forget it
- DBCC CHECKDB: No Issues
Posted
Updated 13-Jan-22 9:06am
Comments
_Asif_ 13-Jan-22 9:13am    
How many rows present in this table? And share the estimated execution Plan of the select query.
Herman<T>.Instance 13-Jan-22 10:01am    
33900
_Asif_ 13-Jan-22 10:24am    
Its not possible that 33900 rows cause SQL Server to go nuts. There must be some level of locks present that caused this issue. You need to Re Start SQL Server services and try executing the select query again
Herman<T>.Instance 13-Jan-22 10:45am    
Hi _Asif_
After restart of the DB everything runs smooth again. In 4 weeks time this issue returns.
- Sp_WHo shows no blockedby's
- dm_tranlock might show a record
Cannot find this issue!
CHill60 13-Jan-22 9:29am    
Showing details of the index would also be useful.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900