Varchar

  • Hello,

    Varchar value uses only one byte to store one character,If I have many columns within select tables are allowing NULL values (as a default). No values are entered and because the data types are varchar(X), can SQL server reserve a great deal of space within the database?

    Thank you

  • Probably a partial reason for SPARSE column in SQL 2008

    It's meant to be used for a column where MOST values are NULL

    SPARSE column, NULL will not take up any space

    SQLServerNewbieMCITP: Database Administrator SQL Server 2005

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply