Tagged Questions
1
vote
1answer
91 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 ...