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

sql server OpenDataSource查询excel数据

时间:2020-01-16 00:51:58      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:nbsp   code   dex   string   mic   end   comment   conf   xtend   

-- 启用:
exec sp_configure ‘show advanced options‘,1
reconfigure
exec sp_configure ‘Ad Hoc Distributed Queries‘,1
reconfigure
 
SELECT FROM OpenDataSource( ‘Microsoft.ACE.OLEDB.12.0‘,‘Data Source="d:\test.xlsx";Extended properties=Excel 12.0‘)...[sheet1$]

 

sql server OpenDataSource查询excel数据

标签:nbsp   code   dex   string   mic   end   comment   conf   xtend   

原文地址:https://www.cnblogs.com/yclizq/p/12199153.html

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