Comments
Sort by recent activity
I believe this corresponds to the value that is stored in .is_ansi_padded for sys.columns, sys.all_columns, sys.computed_columns, sys.system_columns and sys.identity_columns
It might get a bit weird for the case when a table is created with one setting and then altered with another - e.g. adding a field / comments
I believe this corresponds to the value that is stored in .is_ansi_padded for sys.columns, sys.all_columns, sys.computed_columns, sys.system_columns and sys.identity_columns
It might get a bit weir...