Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 18 and Version 19 of Documentation/Howto/SetupHiveServer


Ignore:
Timestamp:
06/30/13 21:46:14 (11 years ago)
Author:
ascheibe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/SetupHiveServer

    v18 v19  
    5555 * Restart the service.
    5656 * Open the SQL Server Management Studio and create a new database called `HeuristicLab.Hive-3.3`
     57 * Open a new Query and enter the commands:
     58{{{
     59EXEC sp_configure filestream_access_level, 2
     60GO
     61RECONFIGURE
     62GO
     63}}}
    5764 * Go to the Properties of the new Database.
    5865   * Select the `Filegroup` page and add a new Filestream called `FileStream` and use it as `default`.