I need to ask if there's any option available in red gate just to get the object names having differences using redgate command
Comments
2 comments
-
Hi @Shaheer ,
As long as you don't use the /Synchronize switch then it won't deploy the changes on the command line. You can then use the /Report and /ReportAllObjectsWithDifferences to create a report of all objects with differences.
There is more information on the switches used on the command line here: https://documentation.red-gate.com/sc13/using-the-command-line/switches-used-in-the-command-line
Kind regards,
Alex -
You can also use the following:
/include:different -> this switch will cause SQL Compare to only output objects which exist both in the source and target but are different
/report -> this will export a report with the differences listed, above. The format will be based on the extension
Add comment
Please sign in to leave a comment.