sqlexec2.bat 188 B

1234567
  1. @call "%~dp0config.bat" 0 > nul
  2. sqlcmd.exe -S localhost\GLOBALCUBE -d %SYSTEM% -U sa -P Mffu3011# -b -i %~1 -o ..\logs\%~n1.sql.log
  3. if %errorlevel% neq 0 (
  4. type ..\logs\%~n1.sql.log
  5. )