SQL Server:如何检查数据库是否有目录

发布于 2024-08-21 08:05:18 字数 82 浏览 8 评论 0原文

我想知道数据库是否有目录。我找不到任何系统存储过程来执行此任务。

我需要先找到目录,然后执行全文搜索。如果未找到目录,则忽略全文搜索。

I am trying to find out whether a database has a catalog or not. I couldn’t find any system stored procedure to perform this task.

I need to find the catalog first then perform Full text search. If a catalog is not found, full text search is ignored.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷心人i 2024-08-28 08:05:18

在 SQL Server 2005 或更高版本中,您是否尝试过以下操作?

select is_fulltext_enabled from sys.databases

In SQL Server 2005 or later, have you tried the following?

select is_fulltext_enabled from sys.databases
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文