How to run data generator project from command line

pradeep42winpradeep42win Posts: 3
Hi ,
I am new to data generator Redgate ..

i have created project and able to run fromn UI...


Plz. tell me how i can run same from command line?

I saved my proj. on C:/Test..

Comments

  • Anu DAnu D Posts: 876 Silver 3
    Thanks for your post.
    I can confirm that there is a command line interface to SQL Data Generator, so you will be able to schedule the data generation at the frequency you require. You can find out more information on using the command line in the help file.
    Or alternatively find the details here.

    Kindly let us know if that was helpful.
    Anuradha Deshpande
    Product Support
    Redgate Software Ltd.
    E-mail: support@red-gate.com
  • Anu DAnu D Posts: 876 Silver 3
    Do you need any further assitance on this issue?

    Kindly let us know whether the issue was resolved also if you need any help.
    Anuradha Deshpande
    Product Support
    Redgate Software Ltd.
    E-mail: support@red-gate.com
  • Thanks for reply..

    Actually I can use listed command if project is in below location…

    C:\Program Files\Red Gate\SQL Data Generator 1but I want to know how to run the project if it's in C:/Test/ , This is not listed in your help doc.

    Please provide the solution and add this information also in help document.
  • Hi

    You can get a bit more information on the SQL Data Generator command line interface by using the command:

    sqldatagenerator /? /v /html >> c:\filename.html

    To use a project in a specific location, you would use a command like:

    sqldatagenerator /project:c:\Test\ProjectName.sqlgen
    Roger Hart
    Technical author

    Red Gate Software Ltd
Sign In or Register to comment.