CostOS Server installer usually can perform these steps but if you have :
  • different machines hosting SQL Server and CostOS database or,
  • not enough privileges for SQL assigned user


The following steps have to be done instead :

On the Start menu :

 All Programs >> SQL Server 2014 >> Configuration Tools >> SQL Server Configuration Manager (if you cant find it just search for SQLServerManager12.msc).

  1. In the list of services, right-click SQL Server Services, and then click Open.
  2. In the SQL Server Configuration Manager snap-in, locate the instance of SQL Server on which you want to enable FILESTREAM.
  3. Right-click the instance, and then click Properties.
  4. In the SQL Server Properties dialog box, click the FILESTREAM tab.
  5. Select the Enable FILESTREAM for Transact-SQL access check box.
  6. If you want to read and write FILESTREAM data from Windows, click Enable FILESTREAM for file I/O streaming access. Enter the name of the Windows share in the Windows Share Name box.
  7. 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.
  8. Click Apply.
  9. In SQL Server Management Studio, click New Query to display the Query Editor.
  10. In Query Editor, enter the following Transact-SQL code: EXEC sp_configure filestream_access_level, 2

    RECONFIGURE

    • Click Execute.
    • Restart the SQL Server service.
 

 

Your new settings should apply now, so you may continue with the installation of CostOS Server & Workstation(s).