Full-Text Search Stored Procedures (Transact-SQL)

SQL Server 2008 obsługuje następujące procedury składowane w systemie, które są używane do wdrożenia i kwerendy indeksy pełnotekstowe.

  • sp_fulltext_catalog
    Tworzy i spadnie wykaz pełnotekstowy i uruchamia i zatrzymuje działanie indeksowania dla wykazu.Wiele katalogów pełnego tekstu mogą być tworzone dla każdej bazy danych.

    This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible. Użycie UTWÓRZ WYKAZ WIĘCEJ, ZMIANY WIĘCEJ WYKAZU, and UPUŚĆ WIĘCEJ WYKAZU zamiast niego.

  • sp_fulltext_column
    Określa, czy dana kolumna tabela uczestniczy w pełnotekstowy.

    This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Użycie ZMIANY WIĘCEJ INDEKSU zamiast niego.

  • sp_fulltext_database
    Nie ma wpływu na katalogi pełnotekstowe programu SQL Server 2008 i jego nowszych wersjach i jest obsługiwany tylko zgodność z poprzednimi wersjami.

    This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

  • sp_fulltext_keymappings
    Zwraca mapowania między dokumentu identyfikatorów)DocIds) i wartości kluczy pełnego tekstu.

  • sp_fulltext_load_thesaurus_file
    Analizuje i powoduje załadowanie danych z pliku tezaurusa zaktualizowane, który odpowiada identyfikatora LCID i powoduje ponowną kompilację kwerend pełnego tekstu, które używać tezaurusa.

  • sp_fulltext_pendingchanges
    Zwraca wartość Nieprzetworzona zmiany, takie jak czasu wstawia, aktualizacje i usuwanie określonej tabela, używa śledzenia zmian.

  • sp_fulltext_service
    Zmienia właściwości serwera wyszukiwania pełnotekstowego programu SQL Server.

  • sp_fulltext_table
    Zaznacza lub usuwa oznaczenie tabela do indeksowania pełnotekstowego.

    This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible. Użycie UTWÓRZ INDEKS WIĘCEJ, ZMIANY WIĘCEJ INDEKSU, and INDEKS WIĘCEJ UPUSZCZANIA zamiast niego.

  • sp_help_fulltext_catalog_components
    Zwraca listę wszystkich składników (filtry, wyraz wyłączników i programy obsługi protokół), stosowanych do wszystkich wykazów całego tekstu w bieżącej bazie danych.

    This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

  • sp_help_fulltext_catalogs
    Zwraca identyfikator, nazwisko, katalogu głównego, stan i liczba tabel indeksowanych pełnego tekstu dla określonego wykaz pełnotekstowy.

    This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Użycie sys.fulltext_catalogs katalogu zamiast tego widoku.

  • sp_help_fulltext_catalogs_cursor
    Korzysta z kursor zwraca identyfikator, nazwisko, katalogu głównego, stan i liczba tabel indeksowanych pełnego tekstu dla określonego katalogu pełnego tekstu.

    This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Użycie sys.fulltext_catalogs katalogu zamiast tego widoku.

  • sp_help_fulltext_columns
    Zwraca w kolumnach wyznaczonych do indeksowania pełnotekstowego.

    This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Użycie sys.fulltext_index_columns katalogu zamiast tego widoku.

  • sp_help_fulltext_columns_cursor
    Aby przywrócić w kolumnach wyznaczonych do indeksowania pełnotekstowego, korzysta z kursor.

    This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Użycie sys.fulltext_index_columns katalogu zamiast tego widoku.

  • sp_help_fulltext_system_components
    Zwraca informacje o zarejestrowanych wyłączników wyraz, filtr, a programy obsługi protokół, a także listę identyfikatorów baz danych i katalogów pełnego tekstu, które mają używać określonego składnika.

  • sp_help_fulltext_tables
    Zwraca listę tabel, które są zarejestrowane dla indeksowania pełnotekstowego.

  • sp_help_fulltext_tables_cursor
    Zwraca listę tabel, które są zarejestrowane dla indeksowania pełnotekstowego.

    This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Użycie sys.fulltext_indexes katalogu zamiast tego widoku.