For a reason that I ignore, the sybsystemprocs.dbo.spt_server_info doe snot contain the correct information in our ASE 15.7. When the table is queried it returns the following:
Attribute_name Attribute_value
---------------------- -----------------------------------------------------------------------------------------------------
DBMS_VER SQL Server/12.5/P/Generic/OS/1/OPT/Sat Jun 30 00:01:37 PDT 2001
While the @@version return the correct value:
Adaptive Server Enterprise/15.7/EBF 22780 SMP SP122 /P/Solaris AMD64/OS 5.10/ase157sp12x/3662/64-bit/FBO/Sat Apr 19 05:56:06 2014.
Why such a confusing value in the table? Is it just a negligence or perhaps it is a normal value, is it?