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.
我试图找出数据库是否有目录。我找不到任何系统存储过程来执行此任务。
我需要先找到目录,然后执行全文搜索。如果未找到目录,则忽略全文搜索。
在 SQL Server 2005 或更高版本中,您是否尝试过以下操作?
select is_fulltext_enabled from sys.databases