Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: SQLCMD and Batch File magic

    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...

  • RE: When Do You Deploy?

    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.

Viewing 2 posts - 1 through 2 (of 2 total)