Finding empty columns in SQL Server tables
goto10.xyzSometimes you have database tables with columns that have no values.
And you might want to hide these columns for users, but to check every row of every column in every table is time consuming. This script should help you.