Row overflow and fixed lenght columns

  • I am reading that the row overflow applies only to varchar data, not the fixed data. The fixed data is never stored off-row. But what if the char column is 9000 caracters and can not be stored in-row?

  • The char column cannot be 9000 bytes. You define the char column. It can be up to 8000 bytes.

    If you try to put more in, it is truncated.

  • SQL Server does not even let the creation script succeed for char(9000)


    * Noel

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

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