dbTalk Databases Forums  

How to identify sql anywhere server per query?

sybase.public.sqlanywhere.general sybase.public.sqlanywhere.general


Discuss How to identify sql anywhere server per query? in the sybase.public.sqlanywhere.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
TiCar
 
Posts: n/a

Default How to identify sql anywhere server per query? - 10-30-2007 , 01:36 AM






Hi,

how can i identify the SQL Anywhere Version with patchlevel,
product, licencetype, ... and things like that per sql
query.

regards,
TiCar

Reply With Quote
  #2  
Old   
Breck Carter [Team iAnywhere]
 
Posts: n/a

Default Re: How to identify sql anywhere server per query? - 10-30-2007 , 03:35 AM






SELECT PROPERTY ( 'IsNetworkServer' ),
PROPERTY ( 'LicenseCount' ),
PROPERTY ( 'LicensedCompany' ),
PROPERTY ( 'LicensedUser' ),
PROPERTY ( 'LicenseType' ),
PROPERTY ( 'ProductVersion' );

Breck

On 30 Oct 2007 00:36:49 -0700, TiCar wrote:

Quote:
Hi,

how can i identify the SQL Anywhere Version with patchlevel,
product, licencetype, ... and things like that per sql
query.

regards,
TiCar
--
Breck Carter [Team iAnywhere]
RisingRoad SQL Anywhere and MobiLink Professional Services
www.risingroad.com
The book: http://www.risingroad.com/SQL_Anywhe...ers_Guide.html
breck.carter (AT) risingroad (DOT) com


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.