Changes between Version 18 and Version 19 of Documentation/Howto/SetupHiveServer
- Timestamp:
- 06/30/13 21:46:14 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/SetupHiveServer
v18 v19 55 55 * Restart the service. 56 56 * 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 {{{ 59 EXEC sp_configure filestream_access_level, 2 60 GO 61 RECONFIGURE 62 GO 63 }}} 57 64 * Go to the Properties of the new Database. 58 65 * Select the `Filegroup` page and add a new Filestream called `FileStream` and use it as `default`.