comparing two data sets in tsql code example Example: sql compare data from two tables Click to copyselect * from tableA minus select * from tableB