Tagged Questions
1
vote
3answers
714 views
Implement symmetric difference in SQL Server?
Here's a problem I've been trying to solve at work. I'm not a database expert, so that perhaps this is a bit sophomoric. All apologies.
I have a given database D, which has been duplicated on ...
0
votes
2answers
194 views
Locally symmetric difference in sql
I have a problem similar to the stackoverflow question posed in the link below except that I need to exclude certain fields from the comparison but still include it in the result set. I'm penning ...