資料庫匯入excel資料出現問題解決方案

2022-02-19 07:29:06 字數 886 閱讀 9233

ad hoc好像是乙個ad hoc網路,英文不好呵,好像是註冊ad hoc網路所在的地區什麼的。

下面是網上找到的: sql server 阻止了對元件 \'ad hoc distributed queries\' 的訪問2009-12-29 10:50在sql server中查詢一下excel檔案的時候出現問題:

select * from openrowset( 'microsoft.jet.oledb.4.0','excel8.0;imex=1;hdr=yes;database=d:\a.xls',[sheet1$])

系統管理員可以通過使用 sp_configure 啟用 'ad hoc distributed queries'。有關啟用 'ad hoc distributed queries' 的詳細資訊,請參閱 sql server 聯機叢書中的 "外圍應用配置器"。 查詢相關資料,

找到解決方法:

啟用ad hoc distributed queries:

exec sp_configure 'show advanced options',1 reconfigure

exec sp_configure 'ad hoc distributed queries',1 reconfigure

使用完成後,

關閉ad hoc distributed queries:

exec sp_configure 'ad hoc distributed queries',0 reconfigure

exec sp_configure 'show advanced options',0 reconfigure

EXCEL資料匯入資料庫

1 類設計,excel要據配置讀入dataset using system using system.data using system.collections using system.data.oledb namespace hkh.common 從excel匯入資料到dataset,帶有虛函式...

EXCEL資料匯入資料庫

1 類設計,excel要據配置讀入dataset using system using system.data using system.collections using system.data.oledb namespace hkh.common 從excel匯入資料到dataset,帶有虛函式...

EXCEL資料匯入資料庫

1 類設計,excel要據配置讀入dataset using system using system.data using system.collections using system.data.oledb namespace hkh.common 從excel匯入資料到dataset,帶有虛函式...