MS SQL Specific Tables Hanging at Queries

Posted by Jonn on Stack Overflow See other posts from Stack Overflow or by Jonn
Published on 2010-06-01T09:18:35Z Indexed on 2010/06/01 9:23 UTC
Read the original article Hit count: 140

Filed under:
|

I have SQL Server 2008. I run a query in a table on a database. The weirdest thing keeps happening. I run a simple select statement on the table. I know there are 62 rows in the table but it gets stuck at row 48 and goes on "querying...". Waited already for hours and it didn't move on from there. I only know of two programs, and one reporting service connecting to that particular table and one other user. Does anyone have any idea on what could be causing this and how I could trace the source of the lock on that table?

As a side note, I noted that the logs only had a notice that Autogrow failed the day before I checked. Could this have something to do with it?

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about mssql