I can read (SELECT) from all tables in my SQL Server 2008 database except for one.
What could be reason for this behavior and how would one go about resolving it?
I had to resort to shutting down and restarting SQL Server.
EDIT: And yes, I have permission to read it — I usually do so with no issue.
Is there any application which is accessing this table continuously and locking it?
What is the size of this table, I mean how many rows?
Else I guess some bad sectors on disk where this table pages have been created.