Online Documentation for SQL Manager for SQL server

Defining filestream files and filegroups


This step of the wizard allows you to define filestream files and filegroups for the new database.

 

Note: This step is available for SQL Server 2008 (and higher).

 

In SQL Server 2008, FILESTREAM enables the application to store unstructured data (such as text documents, images, videos, etc.) on the file system. FILESTREAM integrates the SQL Server Database Engine with an NTFS file system by storing varbinary(max) binary large object (BLOB) data as files on the file system. Transact-SQL statements can insert, update, query, search, and back up FILESTREAM data. Win32 file system interfaces provide streaming access to the data.

 

To add a filestream file, right-click in the main working area and select the iconPlus Add Filestream File popup menu item.

To remove a filestream file, right-click the file in the list and select the iconMinus Delete Filestream File popup menu item.

 

Create Database wizard - Defining filestream files and filegroups

 

 

The Logical File Name is the name of the logical file storing the data used to refer to the physical file in all Transact-SQL statements.

 

Directory

The physical location of the data. The directory must be located on the server where the database resides.

 

Filegroup Name

Specify the name of the filestream filegroup.

 

CheckBox Read Only

Specifies that the filestream filegroup is read-only. Updates to objects that reside in this filestream filegroup are not allowed. The default fiestream filegroup cannot be read-only.

 

CheckBox Default

The filestream fields data will be stored in this filestream filegroup if none was specified for the table.

 

 

Note: After the database is created, you can manage filestream files using the Filestream files and filegroups section of the Database Properties dialog.

 

 

Click the Next button to proceed to the Setting recovery model and collation step of the wizard.