导出
bcp dbname.tbname out c:\data.sql 
--c
导入
bcp dbname.tbname 
in c:\data.sql --c

相关文章: