Multi bat Sorgusu (Scania) için

@echo off
rem Edit line below if Error
set DBName=localhostMULTI_SQL
echo.
echo Begin working
echo.
echo update multi_proparameter set text=“$,#(” where item=‘PROD_STAMP’; use Multi_2023_DVD_2; update multi_proparameter set text=“$,#(” where item=’PROD_STAMP’ | SQLCMD.EXE -U multi -P sa -S %DBName% -d Multi_2023_DVD_1
echo.
pause