会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
PetterLiu
Let the instinct guide you.
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
2009年12月3日
SQLSERVER使用CLR Stored Procedure导出数据到Excel
摘要: 在实际应用中,我们经常需要导出数据到Excel文件,你可以使用DTS或SSIS来做。但有时,我们并不需要这么重量级的工具,直接用CLR SP实现就可以了。假设你已经写好了导出Excel的C# code: 1: /// <summary> 2: /// This is the method registered with SQL Server as a 3: /// CLR stored...
阅读全文
posted @ 2009-12-03 18:02 PetterLiu
阅读(1603)
评论(2)
推荐(0)
编辑