SQL Server Field with 8000 characters -- text or nvarchar?
Posted
by twpc
on Server Fault
See other posts from Server Fault
or by twpc
Published on 2010-04-12T14:43:04Z
Indexed on
2010/04/12
14:53 UTC
Read the original article
Hit count: 190
sql-server-2008
I am adding a field to a SQL Server 2008 database. The field needs to accomodate up to 8000 characters (occasionally Unicode chars as well). Seems from my research that text data type is being deprecated. Go with nvarchar or stick with text anyway for such a large field?
© Server Fault or respective owner