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

Run a SQL Data Compare project via DOS Command Prompt

Please tell me how to execute a SQL Data Compare project and export the result to .csv file from a DOS command prompt. My goal is to schedule a project via Windows scheduler.
Thank you,

Serey
skimanrun
0

Comments

1 comment

  • Alex B
    Hi Serey,

    Using the documentation here it will be something like:
    sqldatacompare /Project:"C:pathToYourProjectproject.scp" /Export:"C:pathToSaveResults"
    

    eg:
    sqldatacompare /Project:"C:SQLCompareProjectsWidgets.scp" /Export:C:WidgetResults
    

    You will need to navigate to the folder SQL Data Compare is installed in or put the full path to the executable.

    Kind regards,
    Alex
    Alex B
    0

Add comment

Please sign in to leave a comment.