Tagged Questions
The logical-reads tag has no wiki summary.
1
vote
1answer
89 views
Unit testing Sql for logical reads
We have unit tests for our data access layer. This has helped to spot sql syntax errors.
Now that we have these tests I would like to take it one step further. I would like to run the unit tests and ...
0
votes
3answers
145 views
Large number of “logical reads” on single row delete
When deleting a row by its PrimaryKey from a table, I get about 44472 logical reads. Now the table has 5-6 child tables that link their ForeignKeys to the PK of the table I want to delete from.
I'm ...