bcp
2020-12-30 本文已影响0人
DH东海
bcp "库.dbo.表" in D:\BCP\in.txt -n -c -S服务器 -Utest -Ptest -b1000
bcp "select * from 库.dbo.表 " queryout D:\BCP\out.txt -n -c -S服务器 -Utest -Ptest -b1000
bcp "库.dbo.表" in D:\BCP\in.txt -n -c -S服务器 -Utest -Ptest -b1000
bcp "select * from 库.dbo.表 " queryout D:\BCP\out.txt -n -c -S服务器 -Utest -Ptest -b1000