当前位置:Gxlcms > mysql > SQLServer中能用存储过程调用C#方法吗?

SQLServer中能用存储过程调用C#方法吗?

时间:2021-07-01 10:21:17 帮助过:25人阅读

CLR Stored Procedures就可以吧 http://www.sqlteam.com/article/writing-clr-stored-procedures-in-charp-introduction-to-charp-part-1 不过安全、性能问题需要注意 http://www.simple-talk.com/sql/learn-sql-server/choosing-between-clr-and-t-sql-stor

CLR Stored Procedures就可以吧

http://www.sqlteam.com/article/writing-clr-stored-procedures-in-charp-introduction-to-charp-part-1

不过安全、性能问题需要注意

http://www.simple-talk.com/sql/learn-sql-server/choosing-between-clr-and-t-sql-stored-procedures-a-simple-benchmark/

人气教程排行