We're running enterprise geodatabases on SQL Server 2016 standard edition. (i.e., not Express). We discovered recently that our databases are running in 'compatibility level' 100 - i.e. SQL Server 2008.
I'm aware of the SQL commands to ALTER DATABASE to set the compatibility level from 100 to 130 (i.e. from 2008 to 2016).
We have no reason that I can think of to be maintaining compatibility with SQL Server 2008. We don't share our databases with other organizations nor do we join them to tables from 3rd parties.
It doesn't seem to be interfering with using our 10.7.1 enterprise geodatabases on SQL Server 2016.
Is there any benefit in upgrading our 'compatibility level'? As long as we're sure we don't need to maintain compatibility with 2008?