How to use the tool

The following information is required:

  1. filename = snapshot file name
  2. servername = SQL Server name
  3. databaseNAME = Databasename
  4. username = SQL Server username (usually 'sa')
  5. password = SQL Server password (usually 'maver1ck')
  6. presyncpattern = The PreSyncronisation Pattern to be run. This includes the update essential data. (Usually PreSync*)
  7. postsyncprocedure = Post Synchronisation to be run. (Usually PostSynchronisation)
  8. excludePattern = Pattern to be excluded (Can be set to NONE or any pattern of your choice - typical mgprocedure* abc123* etc)
  1. Open a Command Prompt
  2. Navigate to the folder where the line tool resides.
  3. Type the command which looks like this
    SyncDB.exe synctype=apply IntegratedSecurity=false filename=[snapshot] servername=[SQL Servername] databaseNAME=[Database name] username=[SQL server username] password=[Password] presyncpattern=PreSync* presyncprocedure=PreSynchronisation postsyncprocedure=PostSynchronisation excludePattern=NONE

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.