使用BCP匯入資料犯的錯
D:>bcp /?
usage: bcp {dbtable | query} {in | out | queryout | format} datafile
[-m maxerrors] [-f formatfile] [-e errfile]
[-F firstrow] [-L lastrow] [-b batchsize]
[-n native type] [-c character type] [-w wide character type]
[-N keep non-text native] [-V file format version] [-q quoted identifier]
[-C code page specifier] [-t field terminator] [-r row terminator]
[-i inputfile] [-o outfile] [-a packetsize]
[-S server name] [-U username] [-P password]
[-T trusted connection] [-v version] [-R regional enable]
[-k keep null values] [-E keep identity values]
[-h "load hints"]
可是我偏偏
D:>bcp run..ofretmsg in -t=, -S 127.0.0.1 -T -i "d:msg.txt" -c
SQLState = S1000, NativeError = 0
Error = [Microsoft][ODBC SQL Server Driver]無法開啟 BCP 主資料檔案
為啥就不按照語法來呢
D:>bcp dbname..table in "d:msg.txt" -S 127.0.0.1 -T -c -t
開始複製...
已複製 163 行。
網路資料包大小(位元組): 4096
總時鐘時間(毫秒) : 15 平均值: (每秒 10866.67 行。)
使用逗號,做分割符的CVS檔案
D:>bcp dbname..table in "d:/msg.CVS" -S 127.0.0.1 -T -c -t,
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/38085/viewspace-1027062/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- BCP 資料的匯入和匯出
- BCP匯入匯出MsSqlSQL
- SQL Server資料匯入匯出工具BCP詳解(轉)SQLServer
- BCP基本使用-sybase資料備份
- rac環境下使用impdp匯入資料出錯
- 使用資料泵impdp匯入資料
- 使用BCP將SQL Server表資料匯出為txt或xls等格式檔案SQLServer
- 【匯入匯出】將資料匯入到其他使用者
- SQL Server資料庫 bcp匯出備份檔案應用SQLServer資料庫
- Oracle使用dump匯入資料Oracle
- 使用Dbeaver 進行資料的匯入和匯出
- 資料泵IMPDP 匯入工具的使用
- Oracle使用資料泵匯出匯入表Oracle
- 資料探勘中易犯的10大錯誤
- Mysql資料庫使用Navicat Mysql匯入sql檔案報錯MySql資料庫
- PLSQL工具匯入Excel資料使用者連線時報錯SQLExcel
- 使用csv批量匯入、匯出資料的需求處理
- 使用xml檔案,做資料的匯入,匯出 (轉)XML
- SQL通過bcp匯出資料到excel檔案SQLExcel
- 資料庫的匯入匯出資料庫
- 資料泵的匯入匯出
- NumPy之:使用genfromtxt匯入資料
- 使用sqlload匯入外部資料SQL
- 使用oracle sqlldr匯入文字資料的例子OracleSQL
- Oracle使用資料泵expdp,impdp進行資料匯出匯入Oracle
- 資料匯入終章:如何將HBase的資料匯入HDFS?
- 【匯入匯出】資料泵 job_name引數的使用
- MySQL資料的匯入MySql
- 使用Oracle 的 imp ,exp 命令實現資料的匯入匯出Oracle
- Python 入門最容易犯的錯誤Python
- mongodb使用自帶命令工具匯出匯入資料MongoDB
- Mongodb資料的匯出與匯入MongoDB
- EasyPoi, Excel資料的匯入匯出Excel
- 匯入和匯出AWR的資料
- AWR資料的匯出與匯入
- ITDS資料匯入匯出的方法
- NDS的資料匯入和匯出
- Progress資料表的匯入匯出