
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