| Data Detailed |
|
|
|
| Sync For SQLServer - Walkthrough | |
| Friday, 29 June 2007 | |
|
The first thing you need to do is to connect to your (see figure 1) SQL Server instances which will be your DataSource database. You repeat this step for your Destination database. The DataSource is the reference database. The Destination is the target database which will be updated. After the update the Destination will look in its schema the same as the Data Source.
It is selected to delete the complete table data first. If you don't select to delete first and the key you try to insert already exist, a duplicate key exception is raised for each data record. But this is only a warning and the script continues executing. You can also specify a WHERE clause. In figure 3 only the records where the DepartmentID is greater than 3 are written to the script. |
|
| Last Updated ( Sunday, 22 July 2007 ) | |
| < Prev | Next > |
|---|








