Reply to thread

Hi SimonP


I completely concur with Rob. I've never seen a problem reported with SQL Server but having said that I use MySQL and have never had the problem myself either (...yet :D). There are fundamental differences in the corruption resilience of the two databases (SQL Server = transactional, MySQL MyISAM tables = not transactional) so if you want a more reliable database engine then try SQL Server.


mm


Top Bottom