I am looking for some help with this:
I need to calculate a members age (DoB field) as of 2/1/2020. For instance, if a member had a DoB of 2/18/91, I would want to see two fields. 1 for the actual age of the member as of today, and then the age of the member as of 2/1/2020. In this example the ages should 30 in the first field, but 29 in the second field.
I tried using some datefiff and datepart, but I can't seem to get it. I am using SSMS 2016.