At some point, specialy if you don't give regular mainteinance to your Ax database, the transaction log will be huge. We followed the article http://support.microsoft.com/kb/907511 to reduce the log size and it worked perfectly. Some things to consider for setting the log file is to set it to autogrow and to give a fixed increment size (100 MB for example.) The reasons that could make your lo...