At various points in time during an Ax implementation and following go live, it is necessary to move data between systems. Sometimes restoring the entire database is both unnecessary and inconvenient.Depending on who the tasks falls to (or who has time to complete it) there are a few different ways this can be achieved. A … Continue reading DIXF – Copy data between Ax systems
Month: January 2014
Enable DB Compression in Ax 2012 with SQL 2012
Database compression can be beneficial under certain circumstances. Ax 2012 supports enabling database compression from within the application. See this blog post for more details.This is quite handy. Unfortunately it only works with SQL 2008, not SQL 2012.The class SysSQLSetupHelper checks the SQL version and the controls on the form SysSQLSetup are enabled or disabled based … Continue reading Enable DB Compression in Ax 2012 with SQL 2012