Open topic with navigation
Creating the LOG database on the SQL server
Before following the steps below, you should have installed the SQL
Express database
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 LOG
and click OK.
- The database
is created and the name LOG 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 logdb.sql and
click Open.
- The SQL Server 2005 now opens; click Connect and the content of the logdb.sql file is displayed.
- Activate Ctrl-A to select the entire content
and then press the F5 key to run
the sql 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 with the next procedure, click
here.
Open topic with navigation