Tagged Questions
3
votes
4answers
283 views
Is there a “Code Coverage” equivalent for SQL databases?
I have a database with many tables that get used, and many tables that are no longer used. While I could sort through each table manually to see if they are still in use, that would be a cumbersome ...