A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/sql/relational-databases/blob/enable-and-configure-filestream below:

Enable and configure FILESTREAM - SQL Server

Applies to: SQL Server

Before you can start to use FILESTREAM, you must enable FILESTREAM on the instance of the SQL Server Database Engine. This topic describes how to enable FILESTREAM by using SQL Server Configuration Manager.

Enable FILESTREAM
  1. On the Start menu, navigate to All Programs > SQL Server > Configuration Tools, and then select SQL Server Configuration Manager.

  2. In the list of services, right-click SQL Server Services, and then select Open.

  3. In the SQL Server Configuration Manager snap-in, locate the instance of SQL Server on which you want to enable FILESTREAM.

  4. Right-click the instance, and then select Properties.

  5. In the SQL Server Properties dialog box, select the FILESTREAM tab.

  6. Select the Enable FILESTREAM for Transact-SQL access check box.

  7. If you want to read and write FILESTREAM data from Windows, select Enable FILESTREAM for file I/O streaming access. Enter the name of the Windows share in the Windows Share Name box.

  8. If remote clients must access the FILESTREAM data that is stored on this share, select Allow remote clients to have streaming access to FILESTREAM data.

  9. Select Apply.

  10. In SQL Server Management Studio, select New Query to display the Query Editor.

  11. In Query Editor, enter the following Transact-SQL code:

    EXEC sp_configure filestream_access_level, 2;
    RECONFIGURE;
    
  12. Select Execute.

  13. Restart the SQL Server service.

Best practices Physical configuration and maintenance

When you set up FILESTREAM storage volumes, consider the following guidelines:

RAID level Write performance Read performance Fault tolerance Remarks RAID 5 Normal Normal Excellent Performance is better than one disk or JBOD; and less than RAID 0 or RAID 5 with striping. RAID 0 Excellent Excellent None RAID 5 + striping Excellent Excellent Excellent Most expensive option. Physical database design

When you design a FILESTREAM database, consider the following guidelines:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4