Site icon BASIS GURU

How To Determine Sybase Database Version.

SAP ASE www.basisguru.com

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

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

Exit mobile version