Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SCRIPT を使用して SQL で利用可能な全文検索カタログを確認するにはどうすればよいですか?
以下の sql を使用して、現在構成されているカタログを一覧表示できます。
select * from sys.fulltext_catalogs
MSDN の全文検索カタログ ビューを参照してください。