TSPIndexRelease function
The TSPIndexRelease function returns the version number and build date for the TimeSeries Pattern Matching Index extension.
Syntax
TSPIndexRelease()
Returns LVARCHAR;
Returns
A string with the version number and build date.
Example
The following statement returns the version number and build date:
EXECUTE FUNCTION TSPIndexRelease();