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 on that. Luckily the fix for this is very easy – check whether the SQL version is 10 OR 11 (2008 OR 2012).

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s