KB00004 - Restoring SIM Database

In this article:


Creating a New Database

Connect to your SQL Server via SQL Management Studio and create a new Database:

../../_images/image0012.png

In the following dialogue, choose a database name that fits your naming convention. Click the ‘OK’-button.

../../_images/image0021.png

Then give authorization following the installation guide.

Running Script

Choose ‘New Query’:

../../_images/image003.jpg

Copy the content of the SQL backup file that is part of the installation package and paste it into the new query window. Replace the name of the database in the ‘USE {DATABASE NAME}’ part of the query with the name of the database you just created.

../../_images/image0041.png

After (!) this click the ‘Execute’ button.

You have successfully restored the SIM Database!