User2138254679 posted
Hi,
you can write query as below
select * from [tblMember] where datepart(mm,birthdate)=datepart(mm,getdate())
I have all the member which has birthday in current month
select * from [tblMember] where datepart(mm,birthdate)=datepart(mm,getdate()+1)
you can also add one if you want all member which has birthday in next month