Question : Extract Birthdays between now and 30 days from today

I'm trying to create an SQL query in SQLServer that will pull all persons whose birthday occurs between now and thirty days.  I used the DAYOFYEAR function to pull these and it works great until December, when 30 days goes into next year.

Can I please get an example of a function that will give me the results I need?

Answer : Extract Birthdays between now and 30 days from today

I think the solution by rrjegan17 fails in december. I am pretty sure what i have done will work it is a lot of extra code just to get to work during december :-)
Random Solutions  
 
programming4us programming4us