How to Determine ASE Database Version

Use the following command to determine the Sybase database version installed.

select @@version
go

or use below command,

sp_version
go

You May Also Like

Leave a Reply?