How do I find out what version of Sybase is running

mtk picture mtk · Aug 24, 2012 · Viewed 103.4k times · Source

I would like to know the exact version of Sybase currently running on my machine.

Please let me know how to get this info?

Answer

deep picture deep · Aug 24, 2012

There are two ways to know the about Sybase version,

1) Using this System procedure to get the information about Sybase version

> sp_version
> go

2) Using this command to get Sybase version

> select @@version
> go