Is there a complete list of SQL Server data types which is classified based on fixed-length and variable-length feature?
I only find data type description at http://msdn.microsoft.com/en-us/library/ms187752.aspx , but this article mixed the fixed-length and variable-length types together.
Thanks