Excel匯入Sqlserver資料庫指令碼
簡單但很實用的一段SQL指令碼,相信大家在做新舊系統升級時會經常用到.
受以前舊同事之託,在部落格裡發這段指令碼:
exec sp_configure 'show advanced options',1
reconfigure
exec
sp_configure 'Ad Hoc Distributed Queries',1
reconfigure
SELECT * INTO
tmp_asset
FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel
8.0;Database=d:\Excel資料來源\資產印章.xls',
'SELECT * FROM [Sheet1$]') ;
說明:
d:\Excel資料來源\資產印章.xls ---------> 為檔案存放的物理路徑.
FROM [Sheet1$] ----------> 其中的Sheet1為工作表的名稱.
剩下的就是對tmp_asset相關的列進行一些資料匹配了,這裡就不多說了:)
原文地址:http://www.cnblogs.com/allen_he/archive/2009/10/28/1591282.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/16436858/viewspace-617597/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- TP5.1excel匯入資料庫的程式碼?php excel如何匯入資料庫?Excel資料庫PHP
- excel 匯入sqlyog資料庫ExcelSQL資料庫
- 匯入excel資源到資料庫Excel資料庫
- 【Excel】Excel 拆分以及批次匯入指令碼開發Excel指令碼
- java 從EXCEL匯入到資料庫JavaExcel資料庫
- MySQL匯出資料庫指令碼MySql資料庫指令碼
- [SQLServer]NetCore中將SQLServer資料庫備份為Sql指令碼SQLServerNetCore資料庫指令碼
- Elasticsearch批量匯入資料指令碼(python)Elasticsearch指令碼Python
- Excel 表匯入資料Excel
- Oracle 資料匯入ExcelOracleExcel
- SpringBoot+Mybatis-plus整合easyExcel批次匯入Excel到資料庫+匯出ExcelSpring BootMyBatisExcel資料庫
- sqlserver資料庫還原儲存過程指令碼SQLServer資料庫儲存過程指令碼
- 小程式批次匯入excel資料,雲開發資料庫匯出cvs亂碼解決方案Excel資料庫
- EasyPoi, Excel資料的匯入匯出Excel
- 匯入excel 資料時間Excel
- NCF 如何匯入Excel資料Excel
- 呼叫中心資料入庫指令碼指令碼
- 用Navicat把SQLServer資料匯入MySQLServerMySql
- SQLServer匯出匯入資料到MySQLServerMySql
- java程式碼實現excel檔案資料匯入JavaExcel
- mssql sqlserver 使用sql指令碼 清空所有資料庫表資料的方法分享SQLServer指令碼資料庫
- 華納雲:sqlserver匯入資料庫失敗怎麼解決?SQLServer資料庫
- 資料庫 MySQL 資料匯入匯出資料庫MySql
- 第一章 Excel資料分析入門 --(2)Excel匯入資料Excel
- Python使用pymysql和xlrd2將Excel資料匯入MySQL資料庫PythonMySqlExcel資料庫
- 大文字資料,匯入匯出到資料庫資料庫
- 使用Oracle SQL Developer匯入Excel資料OracleSQLDeveloperExcel
- JS之實現Excel資料匯入JSExcel
- 將資料庫中資料匯出為excel表格資料庫Excel
- Mysql 大資料表 資料匯入到SqlServer 中的方法MySql大資料Server
- Mysql 資料庫匯入與匯出MySql資料庫
- SqlServer 匯入 MySqlServerMySql
- Access 匯入 oracle 資料庫Oracle資料庫
- 如何將 EXCEL 資料寫入資料庫Excel資料庫
- SQL資料庫的匯入和匯出SQL資料庫
- php讀取excel檔案資料的匯入和匯出PHPExcel
- SQLServer 常用指令碼SQLServer指令碼
- mssql sqlserver 使用指令碼輸出excel檔案的方法分享SQLServer指令碼Excel
- 資料庫備份指令碼資料庫指令碼