Select * FROM My Table where AddedDate DateDiff of DateNow less than 3 months
Select * FROM My Table where AddedDate>=DATEADD(m,-3,GETDATE())