Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.24 KB

File metadata and controls

28 lines (23 loc) · 1.24 KB
title Full-text indexes on nonpersisted, computed columns are not allowed | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology database-engine
ms.topic conceptual
helpviewer_keywords
full-text indexes
ms.assetid cba737f7-b187-47d0-8458-23dc18d18aca
author mashamsft
ms.author mathoma
manager craigg

Full-text indexes on nonpersisted, computed columns are not allowed

You cannot create full-text indexes on nondeterministic and imprecise computed columns. Such columns cannot be used as type columns or as full-text key columns.

Description

In [!INCLUDEssVersion2000], a full-text index can be created by using a nondeterministic and imprecise computed column as the type column or the full-text key column. This functionality is not supported. When you upgrade, older, incompatible, and unsupported full-text indexes are disabled.

Corrective Action

To enable these full-text indexes, modify the column definitions so that the columns are deterministic and precise.

See Also

Working with Upgrade Advisor