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.
我听说可以用 C# 编写一个函数,然后以某种方式将其导入 SQL Server 以在 T-SQL 脚本中调用。有谁知道如何做到这一点?
谢谢
这些被称为 CLR 函数。我从未使用过它们,但通常建议尽可能避免使用它们。我认为这主要与可维护性有关,尽管在某些情况下可能存在性能问题。
只需在“SQL CLR”上快速谷歌一下,你就会得到很多。
MSDN 文章