Install MagicINFO with the MSSQL database

You can also use MSSQL as a database instead of PostgreSQL.

Video Tutorial:

Make sure your system and software meet the requirements of Samsung.

In addition, we also use the Server Database Manager to access the SQL database.

Install SQL Server 2016


Step 1
. Use the basic installation.

image-1611149777313.png

Step 2. Continue with the installation process.

Step 3. Close the installation window.

image-1611149803599.png

Install Server database manager, this provides a graphical interface

Step 1. Start the installation

image-1611149824820.png

A restart is necessary after the installation.

Step 2. Open Microsoft SQL Server Management Studio 18.

image-1611149844346.png

Step 3. Connect to the database.

image-1611149871047.png

Step 4. Open SQL Server 2016 Configuration Manager.

image-1611149882155.png

Step 5. Navigate to SQL Server Network Configuration >> Protocols for MSSQLSERVER.

Right-click TCP/IP and enable it.

image-1611149911907.png

Step 6. Restart SQL Server Services.

image-1611149921108.png

Step 7. Set security rules.

Right-click on the SQL server and select Properties.

image-1611149934355.png

Select Security and then SQL Server and Windows Authentication mode.

image-1611149956213.png

Step 8. Restart Services.

Right-click SQL Server and click Restart.

image-1611149970080.png

Step 9. Install MagicINFO.

image-1611149986420.png

Step 10. Select MSSQL.

image-1611149996780.png

When MagicINFO has not created a database you can do the following:

- Open CMD
- Type: sqlcmd
Result 1>
- Navigate to C:MagicInfo Premium/MSSQL/init.bat
Run Init.bat file
- MSSQL Server Management Studio end open magicinfo database
image-1611150028241.png

Open the following files in this sequence:

  • CreateDBMSSql.sql
  • TableCreate.sql
  • DataInsert.sql
  • InsertOrgan.sql

Execute them one by one
image-1611150042335.png