Sorry new to this and I could really use some help.I have view that has and ID number, a Min and Max value and a TotalCount columns. I then have a table that has an ID number and an Email address.What I need to do is find all the records in the first table that the TotalCount value is either under the Min or over the Max. If so I then need to grab the Email address from the other table that has the corresponding ID number and then send an email to the email address I got from the second table stating that the ID number has gone over the Max or under the Min.This seems so simple yet I can't figure our how to do it in SSRS as an SSIS Package.Please help.Thank you
↧