Documentation Center

Creating a database

Create a database for the Content Manager data collection.

Procedure

  1. Open SQL Server Management Studio.
  2. Right-click on Databases then click New Database…
  3. Enter a database name (e.g. ContentManager).
  4. Click Options in the left pane.
  5. In the Collation field, select: SQL_Latin1_General_CP1_CI_AS.
  6. In the Recovery model field, select: Full
  7. In the Compatibility level field:
    • If installing on SQL Server 2012 enter: SQL Server 2012 (110)
    • If installing on SQL Server 2014 enter: SQL Server 2014 (120)
  8. Click OK.