Hi,
Is the version of Tessitura (IE. 14.0.7) stored somewhere in the database that I can query via t-sql? I searched impresario and impresario_cci but my quick search did not find it.
Thanks!
Debbie
Hi Debbie,
You can use this function to find the version:
select dbo.FS_CURRENT_VERSION()
It references T_UPGRADE_SCRIPT_LOG, if you wanted to explore the upgrade history in your system.
-Michael Flaherty-Wilcox, Tessitura Network
Excellent! That is exactly what I am looking for. Thanks!