Login     Register

        Contact Us     Search

XLeratorDB/engineering Online Documentation

SQL Server XLeratorDB/engineering version information


XLDB_ENGINEERING_VERSION
 
Updated: 01 March 2009 

Use wct.XLDB_ENGINEERING_VERSION to display version information for the XLeratorDB/engineering module.
Syntax
SELECT [wctEngineering].[wct].[XLDB_ENGINEERING_VERSION] (
  <@InfoType, nvarchar(4000),>)
Arguments
@InfoType
is a specifier that determines the verbosity of the returned version information. @InfoType must be of a data type that is implicitly convertible to varchar.
 
 
Return Types
nvarchar
Remarks
·         InfoType values:   
 
0
Simple version information is returned in the format (x.xx.xxxx.xx) – Major version, minor version, build and revision.
1,V,Verbose
Version and Registration information is returned, including version, build, licensed user name, license key, server name, expiration date, etc.
 
Example
 
select wct.XLDB_ENGINEERING_VERSION(0)
Here is the result set
----------------------
1.0.0312.38
 
(1 row(s) affected)




select wct.XLDB_ENGINEERING_VERSION(1)
Here is the result set
----------------------
XLeratorDB-engineering ver. 1.0
CustomerID: trial_XLDB-eng-Trial_20090313_v01.000
License Key: 111111
Expiration Date: 03/28/2009
Build: 0312.38
XLeratorDB (c)2008 WestClinTech LLC, Irvington, NY. www.westclintech.com
 

(1 row(s) affected)



Copyright 2008-2024 Westclintech LLC         Privacy Policy        Terms of Service