質問編集履歴
1
書き損じ
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
@echo off
|
11
11
|
cd /d %~dp0%
|
12
|
-
sqlcmd -U %user% -P %password% -S %server% -d %database% -i %input% -o %output% -W -s
|
12
|
+
sqlcmd -U %user% -P %password% -S %server% -d %database% -i %input% -o %output% -W -s ,
|
13
13
|
|
14
14
|
|
15
15
|
|