how to exclude timestamp in header of scripted file?
AlexG
Posts: 24
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
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: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
Product Manager
Redgate Software