How to use the tool
The following information is required:
- filename = snapshot file name
- servername = SQL Server name
- databaseNAME = Databasename
- username = SQL Server username (usually 'sa')
- password = SQL Server password (usually 'maver1ck')
- presyncpattern = The PreSyncronisation Pattern to be run. This includes the update essential data. (Usually PreSync*)
- postsyncprocedure = Post Synchronisation to be run. (Usually PostSynchronisation)
- excludePattern = Pattern to be excluded (Can be set to NONE or any pattern of your choice - typical mgprocedure* abc123* etc)
- Open a Command Prompt
- Navigate to the folder where the line tool resides.
- 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