Hacker News new | ask | show | jobs
Finding empty columns in SQL Server tables (goto10.xyz)
1 points by FordFairlane 1162 days ago
1 comments

Sometimes 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.