Using xp_sqllitespeed_licenseinfo you can register a new LiteSpeed license key or removelicensing information (unlicense LiteSpeed). Without the arguments, this extended storedprocedure returns a result set showing the currently installed LiteSpeed license.
New functionality beginning in Version 6.0 and is valid for 7.x and 8.x versions of LiteSpeed.
Syntax
EXEC master.dbo.xp_sqllitespeed_licenseinfo
[( @licensekey = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-111-22222-YY'
, @sitemessage = 'Site_Message'
[, @store = 1])
| @remove = 1]
Arguments
@licensekey Passes license key value.
@sitemessage Passes license site message.
@store = 1 Overwrites any currently stored licenses with the valid license supplied.
@remove = 1 Removes the currently stored license.
Examples
View information about the supplied license key
EXEC master.dbo.xp_sqllitespeed_licenseinfo
@licensekey = 'C20TM3Q3K2HD74UDLBAHC6KYV6HZ3MQFNXZFB-123-45678-34'
, @sitemessage = 'Trial Version'
Register a license key
EXEC master.dbo.xp_sqllitespeed_licenseinfo
@licensekey = 'C20TM3Q3K2HD74UDLBMAC6KYV6HZ3MQFNXZFB-123-45678-34'
, @sitemessage = 'Trial Version'
, @store=1
Without the arguments:,
EXECmaster.dbo.xp_sqllitespeed_licenseinfo returns:
Product Name, License Key, License, Site Message, License Type, Edition, Site License, Gigabyte Limit, Trial Length, and Expire Date
To unregister a license key (do not include Site Message or License key):
exec xp_sqllitespeed_licenseinfo
@remove = 1
See attached Install Guide
The LicenseInfoCmd utility allows you to license LiteSpeed from the command line.
Note:This utility will only register a local copy of LiteSpeed for SQL Server.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center