SQL Server XLDB_MATH_VERSION Function
Updated 2023-10-20 16:00:56.383000
Description
Use the scalar function XLDB_MATH_VERSION to display version information for the XLeratorDB/math module.
Syntax
SELECT [westclintech].[wct].[XLDB_MATH_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 Type
nvarchar(max)
Remarks
InfoType values:
| column 1 | column 2 |
|---|---|
| 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. |
Examples
select wct.XLDB_MATH_VERSION(0);
Here is the result set.
| column 1 |
|---|
| 1.03.118.144 |
select wct.XLDB_MATH_VERSION(1);
Here is the result set.
| column 1 |
|---|
| Product: XLeratorDB-math2008 |
| Version: 1.14 |
| Build: 0503.711 |
| License Ver: 5 |
| CustomerID: XLDB-math2008_Full_v01.14 |
| OrderID: -1 / -1 |
| Retail Edition: Standard |
| License Key: 111111 |
| License Plan: Standard |
| Order Date: Thursday, May 6, 2021 |
| License SQL Server Cluster Type: Non-Clustered |
| Current Server: DESKTOP-7217QQ3 |
| Current Server is Clustered: NO |
| Expiration Date: 12/31/2021 |
| OS: Microsoft Windows NT 6.2.9200.0; (Win32NT) |
| Processors: 4 |
| .NET: 4.0.30319.42000 |
| Culture: en-US : English (United States) (1033[ovr]) |
| Copyright: XLeratorDB (c)2008-2022 WestClinTech LLC, Irvington, NY. WestClinTech.com |
| Host Application: Microsoft SQL Server 2017 (RTM-GDR) (KB5014354) - 14.0.2042.3 (X64) |
| Apr 29 2022 21:04:31 |
| Copyright (C) 2017 Microsoft Corporation |
| Enterprise Edition (64-bit) on Windows 10 Pro 10.0 |