Options

how to exclude timestamp in header of scripted file?

AlexGAlexG Posts: 24
edited November 21, 2008 6:27AM in SQL Compare Previous Versions
Hi, we use command line to automate version control (
saving script file to Team fundation source control)
do you have option to exclude timestamp from generated file ?
/*
Script created by SQL Compare version 7.0.0 from Red Gate Software Ltd at 20/11/2008 10:51:07 AM
*/

Reason :
team fundation generate different changeset because of the header...

Thank you
Alex

Comments

  • Options
    The follow command line option exists is SQL Compare 7.1.0.197. If you don't have this version please use Check for Updates to download it.

    /options:DoNotOutputCommentHeader (Do not include comments in the output script. Do not write the comment header in the output script.)

    To view the complete set of options available to you, use:

    sqlcompare /? /v /html >help.html

    and open help.html in a web browser.
    Please let us know if you need further assistance.

    Kind regards,

    David Atkinson
    Red Gate Software
    David Atkinson
    Product Manager
    Redgate Software
Sign In or Register to comment.