检查系统功能是否存在于SQL Server中

发布于 2025-01-27 19:16:46 字数 216 浏览 3 评论 0原文

有没有办法通过SQL Server中的查询来检索所有系统功能(例如binary_checksum)?不幸的是,这些功能不在sys.Objects中。

目的: 我想创建一个过程,该过程可以作为参数(除其他参数)生成一个创建/Alter Table Query Incl。计算的列。但是在此之前,我想检查这些功能是否存在。

提前致谢!

Is there a way to retrieve all system functions (like Binary_Checksum) via query in SQL Server? Unfortunately these functions aren't in the sys.objects.

The purpose:
I want to create a procedure, that gets a function as parameter (among other parameters) to generate a Create/Alter Table query incl. a computed column. But before that I want to check if these function exists.

Thanks in advance!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文