标签: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