Is there any command for sql server that I can run and see the size of columns in a table? I need to know which column is leaving a heavy table
I've already tried to run some commands, but the only one I found was to see the total size of the table, and I need the size of the column?
Use COL_LENGTH() to Get a Column's Length in SQL Server