Options

Undocumented Features

nmotylnmotyl Posts: 2
edited February 26, 2007 7:21AM in SQL Doc Previous Versions
Could someone please reply with what all of the parameters in a .sqldoc file are for and what the possible values are? Also, could you please explain what the valid values and format of an XML argfile are?

Comments

  • Options
    Hi there,
    Sorry for the late reply...

    argfile XML: This is a file that can contain all the parameters that can be defined on the command line. So for example you could construct an XML file that could contain the project name and the password for your SQL server instance and the force flag. (It works in a similar way to some of our other products like the SQL Compare command line..)
    so for example the xml could look like:

    <?xml version="1.0"?>
    <commandline>
    <project>p.sqldoc</project>
    <password>password</password>
    <verbose/>
    <force/>
    </commandline>

    The SQL Doc project file is a little more complicated.
    I will write down over the next couple of days what the parameters of the SQL Doc file are. However I would say that it could change in the future.
    Hope that helps, and I am sorry for the delay.
    Best regards
    David
  • Options
    Hi there,
    Please check out http://www.red-gate.com/messageboard/viewtopic.php?p=15703#15703 for information about the project file.
    Regards
    David
Sign In or Register to comment.