Microsoft
Software
Hardware
Network
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
How to append data from a varchar column to a text column
In Access 2007 what expression would update a value by simply removing all underscores?
Need to know how to access a user control (.ascx) to build a StringBuilder() in another User Control
CRM 4.0: issues pre-populating a Currency lookup and money field ("A currency is required if a value exists in a money field")
Extract sender,subject,priority,at<wbr />tachment from ms outlook using vba
Communicator desktop sharing - optimise for performance?
ADO.NET Insert Command
Error in Stored Proceedure Syntax
Microsoft Server 2003
Bonus points for question