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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T15:13:59+00:00 2026-06-02T15:13:59+00:00

For a quick background, I have an app that I currently support which runs

  • 0

For a quick background, I have an app that I currently support which runs on Oracle 10.2 with dedicated DBAs. In the past when I’ve wanted to create a table that would store binary data (BLOB in their world – this could be PDFs, DOCX, etc.), the DBAs would always “partition” the data storage of that column/table (not sure which) to a separate physical area on disk. Their reasoning behind this was it helped ensure performance wasn’t impacted by having a large number of binary files stored in the same file as the rest of the data where lookups occurred.

My question is whether or not I should do something similar to this for SQL Server (2012, though I doubt the version matters)? If so, how might I go about it and what is the proper terminology for doing so?

  • 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-06-02T15:14:02+00:00Added an answer on June 2, 2026 at 3:14 pm

    You could create a separate filegroup whose file(s) are on a different volume, and then explicitly create the tables that store your LOB data on that filegroup. Filegroup designation is part of the CREATE TABLE and CREATE INDEX statements, the default being the PRIMARY filegroup.

    You also have different choices for storing files in SQL Server, in 2008+ you can use FILESTREAM (see also here) and in 2012 you can use FILETABLE. However in most cases I’ve had a hard time justifying storing the file in the database; it’s often less problematic to store the file on the file system and a pointer in the database.

    And you can read my dated and long-winded opinions in this FAQ article I wrote 12 years ago.

    Keeping in mind that some technology has changed (obviously FILESTREAM and FILETABLE weren’t available then), some of the points there remain relevant…

    And finally, some advice on MSDN about file / filegroup handling that might be useful reading.

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

Sidebar

Related Questions

Quick background: I have a string which contains references to other pages. The pages
Real quick background : We have a PDFMaker (HTMLDoc) that converts html into a
Quick background I have a concurrent map I used to cache some values that
So the quick background is that I have a page listing a set of
Background: I have a MainTest class that has many buttons, each of which instantiate
Quick background: I'm programming in PHP, I have a domain model with a separate
Quick question. What do you think, I have a few sites that use a
Quick background for those interested, I have a master detail table(options date), about 20
We have an MVC web app that uses FormsAuthentication and also stores a couple
Quick background. CFHTTP doesn't support Windows NTLM/Authenticate authentication, only basic authentication. I need to

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.