bat文件 
sqlcmd -s "xxx.xxx.xx.x" -U sa -P sa -d DB -i TruncateSql.sqlsql文件 
TRUNCATE TABLE  M_TABLE1  
TRUNCATE TABLE  T_TABLE2 哪里写错了呢
不能执行