Possible Duplicate:
How to calculate age in T-SQL with years, months, and days
I have an application which calculates age on the specific date completely that is in years-months-days . Is there any simple way to calculate this in sql server 2005 . Actually I have created a function for this but that quite complex . I just want to know is there any simple way or any functionality in sql server from which I am not aware of?
The requirement is quite simple to calculate the exact age on the specific date for any applicant.