Good day everyone.
I do not know if anyone can help me on this but here is my question.
Does anyone know of a way that you can calculate the maximum number of character being use on a database row in SQL Server?
For instance let say I have a table with 5 columns.
COL1, col2, col3, col4,col5.
All of the columns above would be different type but I want to know how many character these 5 rows is using compare to the maximum number of character SQL Server allow.
I hope that I am clear enough.
Thanks in advance.
I do not know if anyone can help me on this but here is my question.
Does anyone know of a way that you can calculate the maximum number of character being use on a database row in SQL Server?
For instance let say I have a table with 5 columns.
COL1, col2, col3, col4,col5.
All of the columns above would be different type but I want to know how many character these 5 rows is using compare to the maximum number of character SQL Server allow.
I hope that I am clear enough.
Thanks in advance.