Comments
4 comments
-
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. -
Do you need any further assitance on this issue?
Kindly let us know whether the issue was resolved also if you need any help. -
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
Add comment
Please sign in to leave a comment.
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..