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

SQL Data Compare migrates schema changes?

The online help implies you can migrate schema changes from one database to another using SQL Data Compare. Like changes to table structure, rules, SPs, function?
To migrate schema changes from the first database to the second database:
Using an XML file:

<?xml version="1.0"?>
<commandline>
<database1>FirstDatabaseName</database1>
<database2>SecondDatabaseName</database2>
<synchronize/>
</commandline>

Using the command line:

SQLDataCompare /db1:FirstDatabaseName /db2:SecondDatabaseName /sync

is this true?
AndrewRMClarke
0

Comments

2 comments

  • KirstyBurgess
    Well spotted! No it's not true. It should read 'to migrate data changes'.

    We're in awe that you've actually bothered to go to the Help AND read it!

    Many thanks.
    KirstyBurgess
    0
  • AndrewRMClarke
    Kirsty,

    I'm a small-print man. I can't help myself!

    Andrew
    AndrewRMClarke
    0

Add comment

Please sign in to leave a comment.