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 694051
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:49:01+00:00 2026-05-14T02:49:01+00:00

I have an app that will have entries of both varchar(max) and varbinary(max) data

  • 0

I have an app that will have entries of both varchar(max) and varbinary(max) data types. I was considering putting these both in a separate table, together, even if only one of the two will be used at any given time.

The question is whether storing them together has any impact on performance. Considering that they are stored in the heap, I’m thinking that having them together will not be a problem. However, the varchar(max) column will be probably have the text in row table option set.

I couldn’t find any performance testing or profiling while “googling bing,” probably too specific a question?

The SQL Server 2008 table looks like this:

Id
ParentId
Version
VersionDate
StringContent - varchar(max)
BinaryContent - varbinary(max)

The app will decide which of the two columns to select for when the data is queried. The string column will much used much more frequently than the binary column – will this have any impact on performance?

  • 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-14T02:49:02+00:00Added an answer on May 14, 2026 at 2:49 am

    See this earlier answer and this answer.

    text in row option is deprecated and applies the the text, ntext, image data types

    varchar(max) by default stores the text in the row up to the limit and then outside the row above the limit unless large value types out of row option is set, in which it’s always stored out of row – which would now mean you’re storing the data out of the table and then out of that table, too ;-).

    If you are already storing them in this separate table, that might not strictly be necessary unless you need the one-to-many relationship which your other columns suggest – since the size of the existing data in your parent row may force these elements out of row. With the data logically in a separate table, you do get more options, however.

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

Sidebar

Related Questions

I have a Rails app that will post some data to another Rails app.
I have an App that will send authenticated emails using System.Net.Mail and System.Net.NetworkCredential my
Does anyone have an XSLT that will take the app.config and render it into
I have an app that needs to open a new window (in the same
I have an app that executes commands on a Linux server via SSH just
I have a app that I'm deploying to a development server using Capistrano. I'd
I have an app that is failing on the install. The vendor says I
I have an app that needs to handle very large strings between a SQL
I have an app that I'm writing a little wizard for. It automated a
I have an app that lets the user search over a number of fields

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.