Using MSSQL 2008 for Logging

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Using MSSQL 2008 for Logging

Post by MirkoW »

Hi,

i want to move HM to a new Server with MSSQL 2008 instead MySQL.

anyone can tell me which settings i must take to use MSSQL 2008 for logging?

Thanks,

Regards, Mirko
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Settings? Not sure I understand the question.
If you are using some simple SQL query (e.g. Insert statement), you just need to create database and table with the same fields you have used on MySQL server.
If you are using some stored procedure with some MySQL specific code, you should check the code and probably modify it so it will work on MSSQL.

Regards
Alex
Post Reply