Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Platform

 
   Database Help (Home) -> Sybase RSS
Next:  how to generate the following output in sql ?  
Author Message
reginadecapitata

External


Since: Nov 10, 2008
Posts: 1



(Msg. 1) Posted: Mon Nov 10, 2008 9:45 am
Post subject: Platform
Archived from groups: comp>databases>sybase (more info?)

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

 >> Stay informed about: Platform 
Back to top
Login to vote
Carl Kayser

External


Since: Jan 01, 2007
Posts: 11



(Msg. 2) Posted: Mon Nov 10, 2008 2:16 pm
Post subject: Re: Platform [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote in message

> 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

Are you referring to ASE or ASA (SQL Anywhere) or IQ? (Perhaps Advantage
Database Server can also be accessed by SC?)

 >> Stay informed about: Platform 
Back to top
Login to vote
michael.peppler

External


Since: Feb 13, 2008
Posts: 6



(Msg. 3) Posted: Tue Nov 11, 2008 12:35 am
Post subject: Re: Platform [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Nov 10, 6:45 pm, " "
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
 >> Stay informed about: Platform 
Back to top
Login to vote
Bret_Halford

External


Since: Jul 14, 2008
Posts: 10



(Msg. 4) Posted: Tue Nov 11, 2008 8:52 am
Post subject: Re: Platform [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Nov 11, 1:35 am, "mpepp...@peppler.org"
wrote:
> On Nov 10, 6:45 pm, " "
>
> 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.
 >> Stay informed about: Platform 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Problem with ASE 12.5 Backup Server - Hello everyone !!! My problem: I have recently installed ASE 12.5 on winxp. When I try to make a dump or load with isql or DBArtisan i get this message: "Can't open a connection to site 'SYB_BACKUP'. See the error log file in the SQL Server boot..

Tuning stored procedures - Hi Everyone; We are working on tuning a compact framework mobile application which uses the Sybase iAnywhere 9.0 as the database. Performance of the stored procedures have been really bad. But we are at our wits end trying to find out the Stored..

PERL DBI Sybase::DBD error --- Dynaloader.pm - Sybase.so - All - I hesitated to post this as I saw many similar postings in my trawlings. However I have been unable to determine the problem in relation to the answers I've seen for the similar problems. Basically I had a working version of DBI and Sybase:DBD..

does rownumber exist ? - Hello everyone, In a response of a query, I would like to select rows from the first row to the 10th row. And then later, I would like to select rows from the 11st row to 20th row.....And so on. I know that in Oracle DB, there is something which can..

Semistructured data in Sybase - Does (any version of) Sybase support the semistructured data model? Can XML documents be stored efficiently on a Sybase database server? What functionality (eg. indexing) and constraints (eg. schema enforcement) does Sybase offer to semistructured data...
   Database Help (Home) -> Sybase All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]