Scolo - Snowmaking Maintenance And Operation System Documentation |
| Installation and Administration Setup | Previous | Next | |
SQL Server Database PreparationAll of the following commands need to be performed with sufficient access rights to be able to grant privileges on the newly created database. The following command creates the database
CREATE DATABASE [Scolo] The following command syntax will enable 'contained database authentication' on the database instance created above.
exec sp_configure 'contained database authentication', 1 The commands below states to use your new database created above and to then create the user 'service_Scolo' with a password of 'password_Scolo' with access to only that database. The bulk operations permission is required by the application to insert image into the database.
-- create the login |
| Installation and Administration Setup | Previous | Next | |
| Copyright and Terms of Use | Pointy Dog Software | |