PreviousNext

Using Migration Scripts in Database Deployments

by bill-s, 2014-06-20T16:48:52.000Z

Although a synchronization tool can describe most migrations, there are some database changes that can't be inferred by comparing the beginning and end states of the database, because the tool has insufficient information to know how to migrate the existing data.

Read More