Choosing a Large-Text Data Type for SQL Server Table Columns October 21, 2009 What would you do if you needed to store text data in a table column that exceeds 8000 characters? The common choices are the TEXT and NTEXT data types, but