I have a query that returns 4 columns: DATE QTY1 QTY2 MATCH
if the two qty's match, then the MATCH column will be 'Y', if not, then 'N'
I am trying to figure out how to make an SSIS job run on a schedule every morning that let emails me when it gets an 'N' in the MATCH column.
I have tried a few different things in SSIS, such as Conditional Split, but I am new to SSIS and can not figure out how to accomplish this. Any ideas? or is there another way to go about this?