Back to Working With ShiftSchema
QuickSync performs a one-off synchronization between a working copy and a development
database.
The purpose of QuickSync is to provide integration with automated build or unit
testing systems.
Warning: Do not use QuickSync on a QA or Production database. This tool is intended
for use on development databases only. It does not consider factors such as table
and index partitioning options or database security. It also does not guarantee
to maintain the data in modified tables.
Usage: QuickSync.exe <Options>
Options:
|
SrcWC=value
|
Path of the source working copy.
|
|
DstServer=value
|
Name of the destination database server.
|
|
DstDatabase=value
|
Name of the destination database.
|
|
DstUsername=value
|
Username used to access the destination database.
|
|
DstPassword=value
|
Password used to access the destination database.
|
|
DstUseWindowsAuth
|
Indicates the database uses windows authentication.
|
Back to Working With ShiftSchema