Activity overview
Latest activity by TickDone
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 ...
The list of changes is out of date. TF10141: ...resolve the conflicts an try again
I'm using SQL Source Control v5.7.6.6321, connected to TFS online, and using a dedicated database for development.
I'm stuck trying to commit some changes involving 2 new columns in 2 tables, with ...