开发者

Is it possible to call a function from and dotnet assemble from a MS SQL query?

开发者 https://www.devze.com 2023-01-04 23:37 出处:网络
Is it possible to call a functi开发者_JS百科on from and dotnet assemble from a MS SQL query?You can do this by creating a CLR Stored procedure as long as you are using SQL Server 2005 or 2008.

Is it possible to call a functi开发者_JS百科on from and dotnet assemble from a MS SQL query?


You can do this by creating a CLR Stored procedure as long as you are using SQL Server 2005 or 2008.

You can also create CLR triggers, UDFs and few others.

http://en.wikipedia.org/wiki/SQL_CLR

0

精彩评论

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