码迷,mamicode.com
首页 > 数据库 > 详细

sql生成excel

时间:2014-10-11 15:20:55      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:io   sp   on   ad   sql   as   rom   shell   select   

go
sp_configure ‘show advanced options‘,1
reconfigure
go
sp_configure ‘xp_cmdshell‘,1
reconfigure
go
EXEC master..xp_cmdshell ‘bcp "SELECT * FROM TestDB.dbo.Test " queryout "c:\test.xls" -c -q -S. -U"sa" -P"go@1014903"‘
GO
sp_configure ‘xp_cmdshell‘,0
reconfigure

EXEC master..xp_cmdshell ‘bcp "SELECT * FROM TestDB.dbo.Test " queryout "c:\test.xls" -c -q -S. -U"sa" -P"go@1014903"‘

sql生成excel

标签:io   sp   on   ad   sql   as   rom   shell   select   

原文地址:http://www.cnblogs.com/byxxw/p/4018674.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!