deepinthecode.com
SQL Script to Find Text in all Database Tables and Views - Deep in the Code
I get new applications to work on fairly regularly, and I have found that almost none of them have databases that are normalized to the third normal form. (Shocking, I know.) One that I recently inherited appears to store email addresses in multiple tables instead of in a single table with the user’s other information. … Continue reading "SQL Script to Find Text in all Database Tables and Views"
David Young