niteshkejriwal.com
How to calculate age based on 2 dates in SQL Server - Nitesh Kejriwal
Dear Friends, Often working with SQL server, we need to calculate the difference between 2 dates. We can get this done easily by using the DATEDIFF() function. Sometimes, we also need to calculate the age of a person on a specific date in SQL Server. SQL Server does not provide a direct function to do...Continue Reading »
Nitesh