Want to know what platform your Sybase Adaptive Server is running on ? No need to connect to the machine to find out, just run this little query:
select name from master..spt_values where type = 'E' and number = 1 go
For me it shows:
name
--------------------------------------------------------
linux
Nice…
select @@version
Should do it also.
Comment by dsharp63 — April 1, 2010 @ 12:13 AM