Create databases and database user
Kun slutbruger-hjælpen er for tiden oversat til dansk. Hjælp til installation og administration af Zylinc-løsninger er for tiden på engelsk.
Dette emne er fortrinsvis for administratorer og/eller folk som bestyrer en Zylinc-løsning

In Microsoft SQL Server Management Studio:
-
Right-click databases, and select New Database…
-
In Database name, enter ZyDB, and click OK.
-
Right-click databases, and select New Database…
-
In Database name, enter ZyStatDB, and click OK.

In Microsoft SQL Server Management Studio:
-
Right-click security, and select New > Login…
-
In Login name, enter ZyUser
-
Select SQL Server authentication
-
Clear User must change password at next login, Enforce password expiration, and Enforce password policy
-
Enter the password for MSSQL user ZyUser
-
In Default Language, select English
-
Click User Mapping
-
In Users mapped to this login, select ZyDB
-
In Database role membership for ZyDB, select db_owner
-
In Users mapped to this login, select ZyStatDB
-
In Database role membership for ZyStatDB, select db_owner
-
Click OK

Verify that database recovery model, database maintenance, and backup configuration are properly taken care of.
If no transaction log backup job is configured for regular execution, and Recovery model for a database is set to Full or Bulk-logged, the database transaction log files (LDF files) will expand until the disk is full. In that case, verify that the database recovery model for ZyDB and ZyStatDB is simple.
To verify the recovery model:
-
In SQL Server Management Studio, right-click the ZyDB database and select Properties
-
Click Options
-
In Recovery model, you can choose between Simple, Full, or Bulk-logged.
-
If your backup strategy includes transaction log backups for regular execution, select Full
-
If your backup strategy doesn't include transaction log backups for regular execution, select Simple
-
-
Repeat the steps for the ZyStatDB database
For SQL Server Express, simple is default. However, for SQL Server Standard or Enterprise editions, the default is full, and that means that the log disk is likely to run out of space at some point, if you don't set up transaction log backup jobs for regular execution as a part of your database backup strategy.
For more information, see Proactively monitor disk usage of SQL Server
Dette er hjælp til Zylinc version 6.5. Du kan vælge hjælp til andre versioner her.
© 2021 Zylinc A/S • Ansvarsfraskrivelse
Zylinc unified help har vundet UK Technical Communication Awards
Hjælpeversion: 24 februar 2021 15:41:38
Del denne side med andre: