SQL Compare Synchronization Time Out
dmccormick
Posts: 2
We have an offshore team in bolivia that cannot complete a synchronization. The tool gets through the comparison phase but cannot update a database in either direction due to timeouts. The team has no problems connecting and synchronizing code through our VS TFS, but SQL Compare is a no go.
Is there anything we can do configuration wise to address this issue?
Is there anything we can do configuration wise to address this issue?
Comments
You could try increasing the connection timeout value.
You can do this by manually amending the connection string for the server. e.g. MyServer\MyInstance;connection timeout = 300 (for 300 seconds).
If this doesn't help, can you post the exact error message you get during the sync?