XLeratorDB/util Online Documentation
TestServer
Updated: 30 October 2008
Use wct.TestServer to determine if the licensed server name provided during the purchase of the XLeratorDB product has been specified correctly.
Syntax
SELECT [wct].[TestServer]()
Arguments
Return Types
nvarchar
Remarks
· The TestServer function provided in the free XLeratorDB/utils package should be executed before purchasing any paid XLeratorDB product from WestClinTech LLC (ie XLeratorDB/financial, XLeratorDB/math, etc.).
This function ensures that the server name provided during the checkout process has been specified correctly.
If this function does not produce a successful message, verify the server name by running the following query from your database:
SELECT SERVERPROPERTY('ComputerNamePhysicalNetBIOS')
The returned server name should be provided during the checkout process.
Example
SELECT wct.TestServer()
Here is the result set
----------------------
*** SERVER TEST SUCCESSFUL! ***
(1 row(s) affected)