MS-SQL

Do the following to create the required separate database for SMSSMEX tables:

  1. Launch SQL Server Management Studio.

  2. Create a new database (ovictex). Right-click on Databases and choose New Database.

  3. Create a database user (ovictexuser) with permission for database ovictex. Right-click on Security/Login and select New Login.

  4. Create the SMSSMEX tables.

    1. Click New Query on the toolbar and select database ovictex.
    2. Copy and execute the SQL scripts under folder <SMSSMEX_installDir>\sql\create_tables_sqlserver.sql.