Hi,
Does anyone know whether the impresario database of v14.1 or v15 can safely operate at SQL Server 2016 (130) compatibility level? We are running on SQL Server 2016, but currently using SQL Server 2014 (120) compatibility level. It would be nice to be able to use newer features, such as the STRING_SPLIT() function.
Thanks,David
David Frederick
The Tessitura SQL Server 2016 set up by the Network for LSC on RAMP is compatibility level 130. I'm using Tessitura v15.0.4.
Based on.
USE impresario;
GO
SELECT compatibility_level
FROM sys.databases WHERE name = 'impresario';
Hope that helps.
Yes, thanks Tom! That is helpful.