show/hide this revision's text 3 deleted 11 characters in body

varchar(max) for SQLServer2005

varchar(65535) for MySQL 5.0.3 and later

This will allocate storage as need and shouldn't affect performance.

show/hide this revision's text 2 added 13 characters in body

varchar(max)

This will allocate storage as need and shouldn't affect performance.

show/hide this revision's text 1

varchar(max)

This will allocate storage as need and shouldn't affect performance.