varchar(max) for SQLServer2005
varchar(65535) for MySQL 5.0.3 and later
This will allocate storage as need and shouldn't affect performance.
|
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. |
||||
|
2 | added 13 characters in body | ||
|
This will allocate storage as need and shouldn't affect performance. |
||||
|
1 |
|
||
|
varchar(max) This will allocate storage as need and shouldn't affect performance. |
||||