开发者

SQL Server UDF Using C#

开发者 https://www.devze.com 2023-02-05 18:26 出处:网络
How can I create aUser Defined Function UDF In SQL Server, I was looking for an example, Could you provide a very simple example using 开发者_StackOverflowC#?It\'s not possible. SQL Server 2008 contai

How can I create a User Defined Function UDF In SQL Server, I was looking for an example, Could you provide a very simple example using 开发者_StackOverflowC#?


It's not possible. SQL Server 2008 contains SQL CLR runtime that runs .NET languages.

0

精彩评论

暂无评论...
验证码 换一张
取 消