1.今天在使用sqlcmd进行执行连接操作的时候一直报有语法错误找了半天。
命令 sqlcmd -S 服务器名称 -U 帐户 -P 密码示例 sqlcmd -S "LOCALHOST" -U "sa" -P "SA"
上面是正确