InSQL
Whenever I’m considering making database schema changes, I often find the need to search the database I’m working with for columns with a particular name. It can be especially valuable to do this when dealing with a large model consisting of many tables and columns. In this situation, I’m typically seeking to establish whether a…