tam metin araması yordamlar (Transact-SQL) depolanan...
SQL Server 2008 tam metin dizinleriyle sorgulamak ve kullanılan aşağıdaki sistem saklı yordamları destekler.
sp_fulltext_catalog
Oluşturur ve bir tam metin kataloğu bırakır ve başlar ve Katalog için dizin oluşturma eylem durdurur.Birden fazla tam metin Kataloğu, her veritabanı için oluşturulabilir.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. Kullanımı fulltext KATALOG OLUŞTURMA, alter fulltext KATALOG, and fulltext KATALOG BIRAK yerine.
sp_fulltext_column
Belirli bir sütun olup olmadığını belirtir bir tablo tam metin dizinlemesi de katılır.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. Kullanımı alter fulltext DİZİNİ yerine.
sp_fulltext_database
SQL Server 2008 ve sonraki sürümlerinde tam metin Kataloğu üzerinde hiçbir etkisi yoktur ve yalnızca geriye dönük uyumluluk için desteklenir.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
Belge tanımlayıcılarının () eşlemeler verirDocIds-CAN-2003) ve anahtar değerleri tam metin.sp_fulltext_load_thesaurus_file
Ayrıştırmak ve veriler için bir LCID karşılık gelir ve eş anlamlıları kullanan tam metin sorguları recompilation neden olan bir güncelleştirilmiş eş anlamlılar dosyası yükler.sp_fulltext_pendingchanges
Ekler, güncelleştirmeleri ve silmeleri, belirtilen tablo için değişiklik izleme kullanıyor gibi döndürür, değişiklikler, işlenmemiş.sp_fulltext_service
SQL Server için tam metin araması sunucusu özelliklerini değiştirir.sp_fulltext_table
Bir tablo için tam metin dizinlemesi unmarks ya da işaretler.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. Kullanımı fulltext DİZİN OLUŞTURMA, alter fulltext DİZİNİ, and BIRAKMA fulltext DİZİNİ yerine.
sp_help_fulltext_catalog_components
Geçerli veritabanındaki tüm tam metin kataloğu için kullanılan tüm bileşenleri (filtre, sözcük ayırıcılarını ve protokol işleyicileri) bir listesini döndürür.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
KIMLIĞI, adı, kök dizini, durum ve belirtilen tam metin kataloğu için tam metin dizini oluşturulmuş tabloları sayısını döndürür.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. Use sys.fulltext_catalogs görünümü yerine katalog.
sp_help_fulltext_catalogs_cursor
KIMLIĞI, adı, kök dizini, durum ve belirtilen tam metin kataloğu için tam metin dizini oluşturulmuş tabloları sayısını döndürmek için bir imleç kullanır.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. Use sys.fulltext_catalogs görünümü yerine katalog.
sp_help_fulltext_columns
Tam metin dizinlemesi için tanımlanmış bir sütun döner.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. Use sys.fulltext_index_columns görünümü yerine katalog.
sp_help_fulltext_columns_cursor
Tam metin dizinlemesi için belirlenmiş sütunları geri dönmek için bir imleç kullanır.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. Use sys.fulltext_index_columns görünümü yerine katalog.
sp_help_fulltext_system_components
Bilgi için kayıtlı sözcük ayırıcılarını, süzgeci ve protokol işleyicileri yanı sıra, veritabanları ve belirli bir bileşeni kullanan tam metin Kataloğu tanımlayıcılarının listesini verir.sp_help_fulltext_tables
Tam metin dizinlemesi için kayıtlı olan tabloların bir listesini döndürür.sp_help_fulltext_tables_cursor
Tam metin dizinlemesi için kayıtlı olan tabloların bir listesini döndürür.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. Use sys.fulltext_indexes görünümü yerine katalog.