sql server OpenDataSource查询excel数据
Posted yclizq
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql server OpenDataSource查询excel数据相关的知识,希望对你有一定的参考价值。
-- 启用:
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: est.xlsx";Extended properties=Excel 12.0‘
)...[sheet1$]
以上是关于sql server OpenDataSource查询excel数据的主要内容,如果未能解决你的问题,请参考以下文章
SQL Server 阻止了对组件 'Ad Hoc Distributed Queries' 的 STATEMENT 'OpenRowset/OpenDatasource
解决SQL Server 阻止了对组件 'Ad Hoc Distributed Queries' 的 STATEMENT 'OpenRowset/OpenDatasource&
解决SQL Server 阻止了对组件 'Ad Hoc Distributed Queries' 的 STATEMENT'OpenRowset/OpenDatasource
解决SQL Server 阻止了对组件 'Ad Hoc Distributed Queries' 的 STATEMENT'OpenRowset/OpenDatasource
解决SQL Server 阻止了对组件 'Ad Hoc Distributed Queries' 的 STATEMENT'OpenRowset/OpenDatasource
SQL Server 阻止了对组件 'Ad Hoc Distributed Queries' 的 STATEMENT'OpenRowset/OpenDatasource'