Home  >  Article  >  Database  >  SQLServer中能用存储过程调用C#方法吗?

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

WBOY
WBOYOriginal
2016-06-07 15:39:461739browse

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/

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn