Reputation: 4739
I frequently use the SSDT data comparison tool to sync up database data from our integration environment to our production environment. However, I typically run into scenarios where columns should be ignored and never synced up. Even if I review the data differences that SSDT finds, the sync operation happens on the row level and unfortunately I need to control syncing on the cell level.
Anyone have any good solutions?
Upvotes: 5
Views: 1624
Reputation: 518
I just have came across this requirement in my project and in VS 2019 I have found the solution.
That's it. It was easy to overlook the little expand arrow in front of the table name...
Upvotes: 3
Reputation: 3476
The solution is to user an alternative tool, SSDT doesn't support this at the moment. It would certainly be nice to have.
Upvotes: 0