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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T04:46:45+00:00 2026-06-01T04:46:45+00:00

I need to use FILESTREAM data storage features in SQL Database , so I

  • 0

I need to use FILESTREAM data storage features in SQL Database ,
so I want to know that how to create this database.

  • 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-01T04:46:46+00:00Added an answer on June 1, 2026 at 4:46 am

    If you want to use FILESTREAM data storage features in database you must create FILESTREAM enabled database.
    Must specify the CONTAINS FILESTREAM clause for at least one filegroup.

    Here are the sample script to create FILESTREAM-Enabled Database :

        CREATE DATABASE AccountSystem
        ON
        PRIMARY ( NAME = accountsystem1,
            FILENAME = 'c:\data\accountsystemdat1.mdf'),
        FILEGROUP FileStreamGroup1 CONTAINS FILESTREAM( NAME = accountsystem3,
            FILENAME = 'c:\data\filestream1')
        LOG ON  ( NAME = Archlog1,
            FILENAME = 'c:\data\accountsystemlog1.ldf')
        GO
    

    Here this script Create Database name “AccountSystem”.
    This database contains three filegroups PRIMARY , accountsystem1 AND FileStreamGroup1.
    PRIMARY and accountsystem1 are regular file groups that cannot contain FILESTREAM data.
    FileStreamGroup1 is the FILESTREAM filegroup.

    For a FILESTREAM filegroup, FILENAME refers to a path. The path up to the last folder must exist, and the last folder must not exist.
    In this example, c:\data must exist. However, the filestream1 subfolder cannot exist when you execute the CREATE DATABASE statement.

    After you run this script, a filestream.hdr file and an $FSLOG folder appears in the c:\Data\filestream1 folder.
    The filestream.hdr file is a header file for the FILESTREAM container.

    Important
    The filestream.hdr file is an important system file. It contains FILESTREAM header information. Do not remove or modify this file.

    You can use the ALTER DATABASE statement to add a FILESTREAM filegroup for an exsiting database.

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

Sidebar

Related Questions

So, I need use this event so I can navigate trought blog posts. I
I need to use something like get_or_create() but the problem is that I have
As pointed out in this question when using filestream with sql server 2008 the
Today I use SQLite and send a database-file with the project. However I want
If I use a FileStream to create a StreamReader, will the StreamReader close when
I want to use a Wpf RichTextBox to edit data and resave it to
I want to store images into sql using c# application. So I have this
Need to use own imaged markers instead built-in pins. I have several questions. 1.
i need to use the animate property for a less than usual activity. i
I need to use scp update some directory at another server. It is similar

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.