Hacker News new | ask | show | jobs
by whoomp12341 853 days ago
>tell me how much data I have in my largest table and show me all of the data

``` select * from dbo.bigdata ```

three rows down

FUCKING HELL, OUR SQL SERVER IS LOCKED UP!!!!!!!!!!!!!

1 comments

While the agent does execute the query to recover from errors, the SQLalchemy call execution is limited to a few rows only so if the server is locked there is probably something else going on ;)