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
Using MSSQL 2008 for Logging
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
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