Comments
Sort by recent activity
I solved the problem using the following workaround.
1. On first PC - Run SQL compare: source = local dev database, target = source control
2. Save script and transfer to second PC (I did not roll back changes on the first PC)
3. On the second PC, Get latest database version from source control
4. Apply script to local DB on the second PC
5. Check in changes
6. Return to the first PC, get latest -- all changes now up to date / comments
I solved the problem using the following workaround.
1. On first PC - Run SQL compare: source = local dev database, target = source control
2. Save script and transfer to second PC (I did not roll ...