Hello All,
i have been working on this SQL issue for a couple of days and the query works but it doesn't return all of the records. here is what i have both of these tables have common columns but table 2 has additional colums. Also the number of line items are slight less in table 1. it has worked for me in the past but can't seem to figure out why its not returning all the differences. I am not an expert in SQL but i can get around it. All your help is greatly appreciated.
table 1 headers:
UserID | UserName | Company | Department | Application | SecurityPoint | SecurityPointDescription |
Table 2 Headers:
UserID | UserName | Company | Department | Application | SecurityPoint | SecurityPointDescription | Emp_Num | Reviewer | Reviewed By | Approval | Justification | CJR NOTES |
Text
select [dbo].[Q3SecMgrRptFinal].*,...