6

I want to know basic difference between datatype of ntext and varchar in SQL Server 2008 R2. And in what situation should I use ntext and varchar

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Vishal Nagra
  • 113
  • 2
  • 3
  • 8

1 Answers1

13

From ntext, text, and image (Transact-SQL) i think that the biggest difference that should concern you is

ntext, text, and image data types will be removed in a future version of Microsoft SQL Server. Avoid using these data types in new development work, and plan to modify applications that currently use them.

Adriaan Stander
  • 162,879
  • 31
  • 289
  • 284