什么是 MS SQL Server 中的扩展存储过程 [英] What is Extended Stored Procedure in MS SQL Server

查看:33
本文介绍了什么是 MS SQL Server 中的扩展存储过程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道 MS SQL Server 中的存储过程.但是我对 MS SQL Server 中的扩展存储过程没有明确的想法.它是什么?用一个简单的例子解释一下.谢谢.

I know about Stored Procedure in MS SQL Server. But I dont have a clear idea about Extended Stored Procedure in MS SQL Server. What is it? Explain it with a simple example. Thank you.

推荐答案

扩展存储过程是从 DLL 文件调用函数的存储过程.您可以阅读文章如何使用扩展存储过程以了解更多信息.

Extended stored procedures are stored procedures that call functions from DLL files. You can read the article How to use extended stored procedures to learn more.

但是,扩展存储过程不推荐使用 并且您应该尽可能避免使用它们.应改用 CLR 集成.

However, extended stored procedures are deprecated and you should avoid using them if possible. CLR Integration should be used instead.

这篇关于什么是 MS SQL Server 中的扩展存储过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆