Quantcast
Channel: Microsoft Dynamics AX
Viewing all articles
Browse latest Browse all 101540

Forum Post: RE: Deleting transactions in AX 2009 takes too long

$
0
0
On the SQL Server, try to modify Database Properties for the AX database and change Recovery model to "Simple" (if it's currently set to "Full", which seems to be the case with transaction log eating up the disk space). SysDatabaseTransDelete() class can be really slow, even on a fast and optimized SQL Server. You can also try to delete records from the largest transactional tables directly on a SQL Server, and after that run SysDatabaseTransDelete() to clean up the rest. In this case, take care to use DataAreaId parameter on T-SQL delete statement, so you don't delete transactions from other companies.

Viewing all articles
Browse latest Browse all 101540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>