09 2008 档案

摘要:解决方案概述: 如果从SQL数据库中,导出数据到Excel, 首先如果Excel文件已经存在,而且已经按照要接收的数据创建好表头,就可以简单的用TSQL语句, 但使用前,必须把功能给打开 use master go sp_configure 'show advanced options',1 reconfigure go sp_configure 'Ad Hoc Distributed ... 阅读全文
posted @ 2008-09-04 08:58 玉玉 阅读(593) 评论(0) 推荐(0)