8 ms·
>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
by whoomp12341 3y 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!!!!!!!!!!!!!
- aazo11 3y agoWhile 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 ;)