SQL Server/T-SQL Tutorial/System Tables Views/sys.fulltext indexes — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 10:24, 26 мая 2010
The sys.fulltext_indexes system catalog view lists all full-text indexes in the database.
3>
4> SELECT object_name(object_id) table_name, change_tracking_state_desc
5> FROM sys.fulltext_indexes
6> GO
table_name
change_tracking_state_desc
------------------------------------------------------------------------------------------------------------------------
-------- ------------------------------------------------------------
(0 rows affected)