FULLTEXTSERVICEPROPERTY()

Returns information related to the properties of the Full-Text Engine. These properties can be set and retrieved by using sp_fulltext_service.

Signature

FULLTEXTSERVICEPROPERTY ('property')

Parameters

  • property — Is an expression containing the name of the full-text service-level property. The table lists the properties and provides descriptions of the information returned.

Examples

SELECT fulltextserviceproperty('VerifySignature');
NULL

Run against SQL Server 16.0.4265.3 on 2026-09-13. This is the output we got, not the documentation’s.

Signature and description adapted from the Microsoft SQL documentation, used under the CC BY 4.0. SQL Server and Azure are trademarks of the Microsoft group of companies. This page is not affiliated with Microsoft.