Tagged Questions
0
votes
0answers
80 views
DB got supended state
Have one SQL Server which contains 2 databases. Through application I am taking connection from one database and by using same connection also executing CRUD query on the second database (but on same ...
2
votes
2answers
14k views
SQL Server - Why would my SPID be “SUSPENDED” but not blocked, while creating an index?
I have a SQL 2005 x64 server, and when I attempt to issue some queries against it (for example, when I try to create an index), my SPID goes to "sleeping" immediately, and seems to wait there ...
5
votes
2answers
15k views
Suspended status in SQL Activity Monitor
What would cause a query being done in Management Studio to get suspended?
I perform a simple select top 60000 from a table (which has 11 million rows) and the results come back within a sec or ...