How can we help you today? How can we help you today?

how to exclude timestamp in header of scripted file?

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
AlexG
0

Comments

1 comment

  • David Atkinson
    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
    0

Add comment

Please sign in to leave a comment.