We have a database that is running on a sql 2016 instance, but its still in sql 2008 compatibility level.
We would like to change the compatibility level to SQL 2016.
The database is heavily accessed by packages running from Sql server integration services (SSIS) instance using sql 2012, also an instance of reporting service (SSRS) 2012.
IS there any danger changing the database to 2016 compatibility when we are still using SSIS and SSRS 2012 ?