Open topic with navigation
Creating the MNT database on the SQL server
Before following the steps below, you should have installed the SQL
Express software and its management module as described in the topic SQL Express server
installation.
- Go Start - All Programs - Microsoft
SQL Server 2005 - SQL Server Management
Studio Express and click Connect.
- In the tree
view select right click on the folder
Databases - New databases... and the New Database dialog box appears.
- In Database name: key in MNTDB
and click OK.
- The database
is created and the name MNTDB
appears in the Databases list
in the right
window.
- Go File - Open - File...and the folder
SQL in the IGSS installation should
open as default. If not, then browse to it in the path [IGSS installation]\7T\IGSS32\V7.0\SQL
Select the file called mntdb.sql and
click Open.
- The SQL Server 2005 now opens; click Connect and the content of the mntdb.sql file is displayed.
- Activate Ctrl-A to select the entire content
and then press the F5 key to run
sql the script.
- Under the
Messages tab that appears after
script execution a message should appear: Command(s)
completed successfully as well as a message at the bottom of the
dialog box Query executed successfully.
- Exit the
program.
To continue to the next procedure, click
here.
Open topic with navigation