This extended stored procedure returns the name and version of the installed LiteSpeed components.
exec master.dbo.xp_sqllitespeed_version
| Product Name | LiteSpeed for SQL Server |
| xpSLS | xpSLS utility version |
| SqlLiteSpeed | SqlLiteSpeed utility version |
| OLR | OLR utility version |
| FastCompression | FastCompression utility version |
| SmartCleanup | SmartCleanup utility version |
|
|
Data Type |
Description for LiteSpeed version info |
|---|---|---|
|
LiteSpeedVersion |
nvarchar(128) |
|
|
RegName |
nvarchar(128) |
Registered Company Name for LiteSpeed License. |
|
RegNumber |
nvarchar(128) |
Serial Number for LiteSpeed License. |
|
Processors |
Int |
Number of Processors Licensed for LiteSpeed on the system. |
|
Encryption |
Bit |
1 = Encryption Enabled |
|
RestoreOnly |
Bit |
1 = Restore Only Version |