質問編集履歴

1

書き損じ

2018/04/04 07:10

投稿

Erica0913h
Erica0913h

スコア7

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  cd /d %~dp0%
22
22
 
23
- sqlcmd -U %user% -P %password% -S %server% -d %database% -i %input% -o %output% -W -s ;
23
+ sqlcmd -U %user% -P %password% -S %server% -d %database% -i %input% -o %output% -W -s ,
24
24
 
25
25
 
26
26