Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 634761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:19:51+00:00 2026-05-13T20:19:51+00:00

Possible Duplicate: Are there any disadvantages to always using nvarchar(MAX)? Is there a general

  • 0

Possible Duplicate:
Are there any disadvantages to always using nvarchar(MAX)?

Is there a general downside by chosing ‘ntext’ as column type instead of a type that contains chars but with a limited max size like ‘char’ or ‘varchar’?

I’m not sure whether a limited column size is applyable to all my colums. Therefore I would use ‘ntext’ for all columns containing text. Might this lead to problems in the future?

(I’m using Linq-To-SQL in a ASP.net Webforms application)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T20:19:51+00:00Added an answer on May 13, 2026 at 8:19 pm

    NTEXT is being deprecated for a start, so you should use NVARCHAR(MAX) instead.

    You should always try to use the smallest datatype possible for a column. If you do need to support more than 4000 characters in a field, then you’ll need to use NVARCHAR(MAX). If you don’t need to support more than 4000 characters, then use NVARCHAR(n).

    I believe NTEXT would always be stored out of row, incurring an overhead when querying. NVARCHAR(MAX) can be stored in row if possible. If it can’t fit in row, then SQL Server will push it off row. See this MSDN article.

    Edit:
    For NVARCHAR, the maximum supported explicit size is 4000. After that, you need to use MAX which takes you up to 2^31-1 bytes.
    For VARCHAR, the maximum supported explicit size is 8000 before you need to switch to MAX.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Properties vs Methods Is there any rule or general best practice as
Possible Duplicate: Are there any cons to using color names in place of color
Possible Duplicate: is there any other way of creating an object without using “new”
Possible Duplicate: Is there any way to determine text direction from CultureInfo in asp.net?
Possible Duplicate: Reference: Comparing PHP's print and echo Is there any major and fundamental
Possible Duplicate: Is it possible to define enumalpha? Is there any equivalent of Java
Possible Duplicate: C# member variable initialization; best practice? Is there any benefit to this:
Possible Duplicate: Any way to add HttpHandler programatically in .NET? Is there a way
Possible Duplicate: Is there any NoSQL that is ACID compliant? So, I heard NoSQL
Possible Duplicate: Are there any O(1/n) algorithms? This just popped in my head for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.