Simple ASP.NET Code to Find All the SQL Statements Used in a Project
Background In our project we created plenty of tables and for some reason, some of them are used in our project and some of them are not used. We planned to move the project to the server, but we couldn’t find in one shot what tables exactly were used in …