@echo off
echo テーブルの追加・修正を行います。
echo この処理には時間がかかる場合があります。
echo ・・・・・処理中です。しばらくお待ちください。
osql -S %1 -U sfcuser -P sfc-5963 -d %2 -m17 -i 01-TableRename.sql -o 01-TableRename_err.txt -r0
osql -S %1 -U sfcuser -P sfc-5963 -d %2 -m17 -i 02-TableCreate.sql -o 02-TableCreate_err.txt -r0
REM call 03-ImportForNewTable.bat %1 %2 > 03-ImportForNewTable_err.txt
osql -S %1 -U sfcuser -P sfc-5963 -d %2 -m17 -i 03-ImportFromOldTable.sql -o 03-ImportFromOldTable_err.txt -r0
REM call 04-ImportForNewMaster.bat %1 %2 > 03-ImportForNewMaster_err.txt
REM osql -S %1 -U sfcuser -P sfc-5963 -d %2 -m17 -i 04-TableUpdate.sql -o 04-TableUpdate_err.txt -r0
echo 処理が終了しました。