dbTalk Databases Forums  

Platform

comp.databases.sybase comp.databases.sybase


Discuss Platform in the comp.databases.sybase forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
Bret_Halford
 
Posts: n/a

Default Re: Platform - 11-11-2008 , 10:52 AM






On Nov 11, 1:35*am, "mpepp... (AT) peppler (DOT) org" <michael.pepp... (AT) gmail (DOT) com>
wrote:
Quote:
On Nov 10, 6:45*pm, "reginadecapit... (AT) gmail (DOT) com"

reginadecapit... (AT) gmail (DOT) com> wrote:
Hello,

how can I get by SQL the OS platform on which ASE is running?
It should be possible to get it because if I select the database on
Sybase Central and then File - Properties under platform I see "NT
(IX86) (32-bit)"

Thanks

select @@version

will give you the version string, and the OS for which it was built.

This will not necessarily the actual OS that it is running on (i.e. OS
might be Sun_svr4/OS 5.8, but you might be running on Solaris 10 aka
OS 5.10).

Michael
If your ASE is configured to allow you to execute xp_cmdshell,

xp_cmdshell "uname <uname parameters>"

may give you more detailed information, assuming also that uname
is executable.


Reply With Quote
  #22  
Old   
Bret_Halford
 
Posts: n/a

Default Re: Platform - 11-11-2008 , 10:52 AM






On Nov 11, 1:35*am, "mpepp... (AT) peppler (DOT) org" <michael.pepp... (AT) gmail (DOT) com>
wrote:
Quote:
On Nov 10, 6:45*pm, "reginadecapit... (AT) gmail (DOT) com"

reginadecapit... (AT) gmail (DOT) com> wrote:
Hello,

how can I get by SQL the OS platform on which ASE is running?
It should be possible to get it because if I select the database on
Sybase Central and then File - Properties under platform I see "NT
(IX86) (32-bit)"

Thanks

select @@version

will give you the version string, and the OS for which it was built.

This will not necessarily the actual OS that it is running on (i.e. OS
might be Sun_svr4/OS 5.8, but you might be running on Solaris 10 aka
OS 5.10).

Michael
If your ASE is configured to allow you to execute xp_cmdshell,

xp_cmdshell "uname <uname parameters>"

may give you more detailed information, assuming also that uname
is executable.


Reply With Quote
  #23  
Old   
Bret_Halford
 
Posts: n/a

Default Re: Platform - 11-11-2008 , 10:52 AM



On Nov 11, 1:35*am, "mpepp... (AT) peppler (DOT) org" <michael.pepp... (AT) gmail (DOT) com>
wrote:
Quote:
On Nov 10, 6:45*pm, "reginadecapit... (AT) gmail (DOT) com"

reginadecapit... (AT) gmail (DOT) com> wrote:
Hello,

how can I get by SQL the OS platform on which ASE is running?
It should be possible to get it because if I select the database on
Sybase Central and then File - Properties under platform I see "NT
(IX86) (32-bit)"

Thanks

select @@version

will give you the version string, and the OS for which it was built.

This will not necessarily the actual OS that it is running on (i.e. OS
might be Sun_svr4/OS 5.8, but you might be running on Solaris 10 aka
OS 5.10).

Michael
If your ASE is configured to allow you to execute xp_cmdshell,

xp_cmdshell "uname <uname parameters>"

may give you more detailed information, assuming also that uname
is executable.


Reply With Quote
  #24  
Old   
Bret_Halford
 
Posts: n/a

Default Re: Platform - 11-11-2008 , 10:52 AM



On Nov 11, 1:35*am, "mpepp... (AT) peppler (DOT) org" <michael.pepp... (AT) gmail (DOT) com>
wrote:
Quote:
On Nov 10, 6:45*pm, "reginadecapit... (AT) gmail (DOT) com"

reginadecapit... (AT) gmail (DOT) com> wrote:
Hello,

how can I get by SQL the OS platform on which ASE is running?
It should be possible to get it because if I select the database on
Sybase Central and then File - Properties under platform I see "NT
(IX86) (32-bit)"

Thanks

select @@version

will give you the version string, and the OS for which it was built.

This will not necessarily the actual OS that it is running on (i.e. OS
might be Sun_svr4/OS 5.8, but you might be running on Solaris 10 aka
OS 5.10).

Michael
If your ASE is configured to allow you to execute xp_cmdshell,

xp_cmdshell "uname <uname parameters>"

may give you more detailed information, assuming also that uname
is executable.


Reply With Quote
  #25  
Old   
Bret_Halford
 
Posts: n/a

Default Re: Platform - 11-11-2008 , 10:52 AM



On Nov 11, 1:35*am, "mpepp... (AT) peppler (DOT) org" <michael.pepp... (AT) gmail (DOT) com>
wrote:
Quote:
On Nov 10, 6:45*pm, "reginadecapit... (AT) gmail (DOT) com"

reginadecapit... (AT) gmail (DOT) com> wrote:
Hello,

how can I get by SQL the OS platform on which ASE is running?
It should be possible to get it because if I select the database on
Sybase Central and then File - Properties under platform I see "NT
(IX86) (32-bit)"

Thanks

select @@version

will give you the version string, and the OS for which it was built.

This will not necessarily the actual OS that it is running on (i.e. OS
might be Sun_svr4/OS 5.8, but you might be running on Solaris 10 aka
OS 5.10).

Michael
If your ASE is configured to allow you to execute xp_cmdshell,

xp_cmdshell "uname <uname parameters>"

may give you more detailed information, assuming also that uname
is executable.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.