BCP

bcp trial_dwh.dbo.MyBi_FieldMaster in  D:\MyBi\MyBi_FieldMasterBK.CSV  -S192.168.1.34 -Utrabi -Ptrabi -t"+|+" -c

bcp trial_dwh.dbo.MyBi_Master_LevelValue in  D:\MyBi\MyBi_Master_LevelValueBK.CSV  -S192.168.1.34 -Utrabi -Ptrabi -t"+|+" -c

bcp trial_dwh.dbo.MyBi_MasterRelation in  D:\MyBi\MyBi_MasterRelationBK.CSV  -S192.168.1.34 -Utrabi -Ptrabi -t"+|+" -c

bcp trial_dwh.dbo.MyBi_TableRelation in  D:\MyBi\MyBi_TableRelationBK.CSV  -S192.168.1.34 -Utrabi -Ptrabi -t"+|+" -c

bcp trial_dwh.dbo.M_LOGIN_PERMISSIONS in  D:\MyBi\M_LOGIN_PERMISSIONSBK.CSV  -S192.168.1.34 -Utrabi -Ptrabi -t"+|+" -c

pause

 

bcp "select * from m_date" queryout D:\m_date.csv -S172.20.3.46 -Usps -Ps667s -t"|" -c

pause

你可能感兴趣的:(C++,c,C#)