@echo off echo テーブルの追加・修正を行います。 echo この処理には時間がかかる場合があります。 echo ・・・・・処理中です。しばらくお待ちください。 osql -S %1 -U sfcuser -P sfc-5963 -d %2 -m17 -i TableUpdatect21.sql -o TableUpdatect21_err.txt -r0 echo 処理が終了しました。