because many customers have a Database running with MWAgent, we decided to created a small article which describes how you can update this database to work with MWConsole.
First off all, I assume that you have the following things installed, and you have download the sql scripts from here: http://www.monitorware.com/en/download/MWConsole.MSSQL.zip
- MSSQL Server with existing database an a valid SystemEvents table
- Enterprise Manager to access the MS SQL Server.
- Query Analyzer (Installed by default with Enterprise Manager).
1. Extract the files from the zipfile somewhere
2. Open the Enterprise Manager and select the database which holds the SystemEvents table
3. Go to the Tools menu and select SQL Query Analyzer
4. Open a file explorer, and go to the folder that contains the SQL Scripts.
5. Drag all .sql files into the SQL Query Analyzer window, and drop them there.
6. When SQL Query Analyzer has loaded all scripts, press the Execute Query button (or F5) for each script.
7. After you have done this, close the Query Analyzer and go to the tables view of your database in the Enterprise Manager. Verify that all tables are available.
If you experience any problems with this procedure, please let me know.


