Viewing 2 posts - 1 through 2 (of 2 total)
I've been running something similar but with a run-once flag file for safety.
Darragh
ECHO OFF
IF EXIST _FLAG.TMP GOTO ALREADYRUNLABEL
GOTO OKTORUNLABEL
:ALREADYRUNLABEL
ECHO This SQL update batch file has already been run once.
ECHO Please...
November 19, 2015 at 7:41 am
#1840994
For us its weekends only for a major upgrade (once a quarter).
If its a small patch fix we can go on a weekday, but in the early morning (European) time.
D.
February 19, 2010 at 4:34 am
#1121710