How To Determine Sybase Database Version.

SAP ASE www.basisguru.com

There are following two ways to determine the Sybase database version installed.

  • Use the System procedure:
  • Use command

We can use System procedure sp_version to get the information about Sybase version.

> sp_version
> go

We can use below command to get the Sybase version :

> select @@version
> go